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 should look at the exp field in JWTs received from the backend and attempt to revalidate them before they expire. We could look into using Service Workers to do this revalidation and handle token refresh for any open tabs, or even in the background (within a reasonable time-frame).
The text was updated successfully, but these errors were encountered:
We should look at the
exp
field in JWTs received from the backend and attempt to revalidate them before they expire. We could look into using Service Workers to do this revalidation and handle token refresh for any open tabs, or even in the background (within a reasonable time-frame).The text was updated successfully, but these errors were encountered: