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
When having multiple tabs open, each tab tracks when it needs to refresh the token. When one of the tabs refresh it, other tabs get the new values, however, they are still scheduled to fresh its original token. This behavior can lead to using old tokens to request new tokens depending on timing.
My suggestion is to reset the scheduled refresh token when the session data is updated across tabs (adaptive store, local storage, cookies).
The text was updated successfully, but these errors were encountered:
When having multiple tabs open, each tab tracks when it needs to refresh the token. When one of the tabs refresh it, other tabs get the new values, however, they are still scheduled to fresh its original token. This behavior can lead to using old tokens to request new tokens depending on timing.
My suggestion is to reset the scheduled refresh token when the session data is updated across tabs (adaptive store, local storage, cookies).
The text was updated successfully, but these errors were encountered: