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
If the access token is expired and the app has a valid refresh token, it needs to use the refresh token to obtain a new access token. If both tokens are expired, the app needs to send the user to the oauth provider for new tokens.
The text was updated successfully, but these errors were encountered:
I have this mostly implemented in dcfad81 ; but need to look into it to make sure it works across the board and if I need to do any refactoring for it.
If the access token is expired and the app has a valid refresh token, it needs to use the refresh token to obtain a new access token. If both tokens are expired, the app needs to send the user to the oauth provider for new tokens.
The text was updated successfully, but these errors were encountered: