Open catalinaturlea opened 6 years ago
This prevents the user to be logged out with .noRefreshToken when the next refresh token request is triggered in case the error was a server error and not a client error.
.noRefreshToken
This should fix https://github.com/p2/OAuth2/issues/238
Why was this PR never merged? Are there still unopened questions?
Agree @agg23 , this should be revisited.
This prevents the user to be logged out with
.noRefreshToken
when the next refresh token request is triggered in case the error was a server error and not a client error.