Angel Fernando Quiroz Campos 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 | hace 6 años | |
---|---|---|
.. | ||
code | hace 6 años | |
doc | hace 6 años | |
example | hace 6 años | |
tests | hace 6 años | |
.gitignore | hace 6 años | |
CHANGELOG.md | hace 6 años | |
LICENSE.txt | hace 6 años | |
README.md | hace 6 años | |
composer.json | hace 6 años | |
composer.lock | hace 6 años | |
init.php | hace 6 años |
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.