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
JWT has an expiration time. Need to come up with a strategy of dealing with it.
One of the possible ways is to request the auth token from the local storage to be refreshed by the server on every application initialize. The token lifetime should be quite long in this case. A week for example.
The text was updated successfully, but these errors were encountered:
JWT has an expiration time. Need to come up with a strategy of dealing with it.
One of the possible ways is to request the auth token from the local storage to be refreshed by the server on every application initialize. The token lifetime should be quite long in this case. A week for example.
The text was updated successfully, but these errors were encountered: