OAuth2
OAuth2 copied to clipboard
Do not remove refresh_token on server errors
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.
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.