mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
851c7c0eb1
The authorization server MAY issue a new refresh token, in which case the client MUST discard the old refresh token and replace it with the new refresh token. The authorization server MAY revoke the old refresh token after issuing a new refresh token to the client. If a new refresh token is issued, the refresh token scope MUST be identical to that of the refresh token included by the client in the request. This commit allows users to specifiy the time before the Refresh Token expire time to issue a new Refresh Token. alter method names, naming convention(?) |
||
---|---|---|
.. | ||
Entity | ||
Exception | ||
Grant | ||
Storage | ||
Stubs | ||
util | ||
AbstractServerTest.php | ||
AuthorizationServerTest.php | ||
Bootstrap.php | ||
ResourceServerTest.php |