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:
parent
84231d9434
commit
32e7ae5f0f
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue