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
Right now, a refresh call is done only after the access token call fails. Instead, we can detect if the access token has already expired, and if so, make the refresh call. This will save one network request.
The text was updated successfully, but these errors were encountered:
Right now, a refresh call is done only after the access token call fails. Instead, we can detect if the access token has already expired, and if so, make the refresh call. This will save one network request.
The text was updated successfully, but these errors were encountered: