Switched oauth lib

Wasn't pleased to find that the new lib used the username as the primary key
across a bunch of tables. Not ideal IMO.
This commit is contained in:
Josh Sherman 2014-10-15 07:08:39 -04:00
parent 84231d9434
commit 32e7ae5f0f

View file

@ -23,7 +23,7 @@
}, },
"require": { "require": {
"php": ">=5.4", "php": ">=5.4",
"bshaffer/oauth2-server-php": "v1.5" "thephpleague/oauth2-server": "4.0.*"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {