Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
smtech/stmarks-reflexive-canvas-lti v0.2
Browse files Browse the repository at this point in the history
Pushed common functionality out of individual LTI tool providers and into the Toolbox. Whoo hoo!
  • Loading branch information
Seth Battis committed Aug 5, 2016
1 parent b280400 commit 6082db7
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 367 deletions.
7 changes: 0 additions & 7 deletions admin/common.inc.php

This file was deleted.

79 changes: 0 additions & 79 deletions admin/consumers-control-panel.php

This file was deleted.

6 changes: 0 additions & 6 deletions admin/index.php

This file was deleted.

59 changes: 0 additions & 59 deletions admin/oauth.php

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
}
],
"require": {
"smtech/stmarks-reflexive-canvas-lti": "~0.1",
"smtech/oauth2-canvaslms": "~1.0",
"smtech/stmarks-reflexive-canvas-lti": "~0.2",
"battis/data-utilities": "~0.1",
"roderik/pwgen-php": "~0.1"
},
Expand Down
43 changes: 22 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions consumers.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

require_once 'common.inc.php';

/*
* TODO authentication!
*/
$toolbox->interactiveConsumersControlPanel();
Loading

0 comments on commit 6082db7

Please sign in to comment.