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
Makes sense. I was at it already so I put a fix into #1357. It will throw a NotAuthenticated with the error message but include the error information (e.g. name and expiredAt) in the data property of the error.
I had to customize AuthenticationService to do that:
I can contribute a PR if this seems right? I would probably check for
error instanceof TokenExpiredError
in the PR.The text was updated successfully, but these errors were encountered: