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-05-31 14:12:07 +05:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fcec1f34422d4d0e84fd893c1e991818a10ffe56
oauth2-server
/
src
/
Grant
History
Alex Bilbie
fcec1f3442
Cody tidy
2016-04-18 12:19:36 +01:00
..
AbstractAuthorizeGrant.php
Applied fixes from StyleCI
2016-04-10 06:52:27 -04:00
AbstractGrant.php
Added $mustValidateSecret parameter to ClientRepositoryInterface:: getClientEntity().
Fixes
#550
2016-04-18 08:32:49 +01:00
AuthCodeGrant.php
Client could potentially return an array of redirect URIs
2016-04-18 12:12:36 +01:00
ClientCredentialsGrant.php
Client is not required here because of finalizeScopes method
2016-04-10 13:53:16 +01:00
GrantTypeInterface.php
Fix to broken methods
2016-04-10 10:28:12 +01:00
ImplicitGrant.php
Cody tidy
2016-04-18 12:19:36 +01:00
PasswordGrant.php
Client is not required here because of finalizeScopes method
2016-04-10 13:53:16 +01:00
RefreshTokenGrant.php
Fix scope loading in grants
2016-04-17 13:50:56 +02:00