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).
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).