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
If the expires_at timestamp in a token is 0 the is_expired() function erroneously returns None instead of True.
The check should explicitly check for None.