You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #213 feat: allow configuring revocation of refresh tokens (fschmtt)
This PR was merged into the 1.x-dev branch.
Discussion
----------
feat: allow configuring revocation of refresh tokens
adds a configuration for disabling revocation of refresh token after they were used. this configuration applies to all grant types that will be enabled.
complies with `league/oauth2-server`: https://github.com/thephpleague/oauth2-server/blob/master/src/AuthorizationServer.php#L209-L215
```
# config/packages/league_oauth2_server.yaml
league_oauth2_server:
authorization_server:
revoke_refresh_tokens: false
```
Commits
-------
e238516 feat: allow configuring revocation of refresh tokens
0 commit comments