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
Errors are currently only identifiable as JwtError or JwtParseError. We should create specific errors for each error type so that they can be easily handled. Also, there's currently no documentation for the errors that the library can throw. We need to add that.
Errors are currently only identifiable as
JwtError
orJwtParseError
. We should create specific errors for each error type so that they can be easily handled. Also, there's currently no documentation for the errors that the library can throw. We need to add that.E.g. instead of returning:
We should return:
The text was updated successfully, but these errors were encountered: