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:
parent
1ef2adae12
commit
11e4fee711
7 changed files with 374 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue