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
This patch properly tracks access and refresh tokens across requests and thus resolves several issues related to broken token revokation:
* oauth2: Revoke previous and future access tokens when revoking a token - closes#884
* oauth2: Revoke access and refresh tokens when authorization code is used twice - closes#693
* oauth2: Revoke tokens when performing refreshing grant - closes#889
See ory/fosite#278
The text was updated successfully, but these errors were encountered: