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
A user should be able to set RefreshTokenMaxReuse to 0 to enable RevokeRefreshToken
This value is about the amount of times a refresh can be reused, in which 0 is most often chosen value.
But in the code (see below) disables RevokeRefreshToken when you set RefreshTokenMaxReuse to 0.
A user should be able to set RefreshTokenMaxReuse to 0 to enable RevokeRefreshToken
This value is about the amount of times a refresh can be reused, in which 0 is most often chosen value.
But in the code (see below) disables RevokeRefreshToken when you set RefreshTokenMaxReuse to 0.
The text was updated successfully, but these errors were encountered: