Switching the OAuth2 lib back again

Couldn't handle the fact that the errors were being echoed from the library
and not thrown or at the very least passed back so I could use them.
This commit is contained in:
Josh Sherman 2014-10-19 10:26:15 -04:00
parent 1ef2adae12
commit 11e4fee711
7 changed files with 374 additions and 1 deletions

View file

@ -23,7 +23,7 @@
},
"require": {
"php": ">=5.4",
"bshaffer/oauth2-server-php": "v1.5"
"league/oauth2-server": "4.0.x-dev"
},
"suggest": {
"mongodb/mongo-php-driver": "Required to use the Mongo storage engine",