This website requires JavaScript.
Explore
Help
Register
Sign In
ElyBy-Mirror
/
oauth2-server
Watch
1
Star
0
Fork
0
You've already forked oauth2-server
mirror of
https://github.com/elyby/oauth2-server.git
synced
2025-01-31 15:59:31 +05:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
oauth2-server
/
src
/
League
/
OAuth2
/
Server
/
Grant
History
Alex Bilbie
f4bcfee687
Update associated scopes if requested in refresh access token.
Fixes
#47
2013-05-09 11:42:28 -07:00
..
AuthCode.php
Allow for multiple default scopes.
Fixes
#42
2013-05-09 10:15:36 -07:00
ClientCredentials.php
Don't delete old sessions when issuing new access tokens using the Password or Client Credential grants.
Fixes
#32
2013-05-09 10:43:44 -07:00
GrantTypeInterface.php
Updated docblocks
2013-05-08 17:04:01 -07:00
Implicit.php
Updated docblocks
2013-05-08 14:10:48 -07:00
Password.php
Don't delete old sessions when issuing new access tokens using the Password or Client Credential grants.
Fixes
#32
2013-05-09 10:43:44 -07:00
RefreshToken.php
Update associated scopes if requested in refresh access token.
Fixes
#47
2013-05-09 11:42:28 -07:00