Angel Fernando Quiroz Campos 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 | před 6 roky | |
---|---|---|
.. | ||
code | před 6 roky | |
doc | před 6 roky | |
example | před 6 roky | |
tests | před 6 roky | |
.gitignore | před 6 roky | |
CHANGELOG.md | před 6 roky | |
LICENSE.txt | před 6 roky | |
README.md | před 6 roky | |
composer.json | před 6 roky | |
composer.lock | před 6 roky | |
init.php | před 6 roky |
Andy Smith's basic php library for OAuth. Original code taken from google code. For reference (and since google code is going away), I have ported the entire project to github. You can find it here.
To use this, be sure to run composer install
in the root of the lib.
I have also split out the spec portion of the google code repo to its own repo.