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
Part of initialization checks for the token, and can get it from session storage. When it does so, it really needs to check for expiration. An expired token is definitely not valid.
Optionally, it would be good to allow for a check of the token which would ensure it's validity. But simply checking the expiry would be a really easy step. I will likely have a PR for this very soon.