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
We re having serious refresh issues.
The problems:
Often a second request fires a refresh while another request is already refreshing (Note: DO NOT Mix this up with "Request A and B fire simultaneously and thus both may trigger a refresh
Often you fire all refreshes immediately and the token in localstorage is not consistent with the latest data
Generally the order in which the tokenInterceptor does things is driving me crazy
Server sets up the session-id/token in a HTTP-only cookie and puts it on strict-mode so that only your domain has access to it.
The text was updated successfully, but these errors were encountered: