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-28 06:23:02 +05:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
oauth2-server
/
src
/
Grant
History
Alex Bilbie
3b36ae9000
Rewrote validateClient method to progressively test client secret and redirect URI
2016-02-18 10:49:05 +00:00
..
AbstractGrant.php
Rewrote validateClient method to progressively test client secret and redirect URI
2016-02-18 10:49:05 +00:00
AuthCodeGrant.php
Small fixes
2016-02-12 14:28:24 +00:00
ClientCredentialsGrant.php
Got rid of mystery $identifier class property, moved it to the getIdentifier method
2016-02-12 08:33:59 +00:00
GrantTypeInterface.php
Removed respondsWith from interface
2016-02-12 17:52:37 +00:00
PasswordGrant.php
Merge branch 'V5-WIP' into V5-AuthCode
2016-02-12 09:06:28 +00:00
RefreshTokenGrant.php
Fixes for RefreshTokenGrant
2016-02-18 10:47:30 +00:00