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
* Add a specific backend exception for expired tokens
To later allow specific handling for this case in the layers above.
* Add a separate TokenError subclass for expired tokens
To allow the caller to handle expired tokens separately from invalid ones
without resorting to string matching.
0 commit comments