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
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Describe the bug
When the format of the token string supplied is not a valid JWT, the decoded string is not parsable.
To Reproduce
Steps to reproduce the behavior:
verify
function with suplying a non-valid token string(e.g; kskfma123231)SyntaxError: Unexpected token � in JSON at position 0
Expected behavior
The error should be handled and a clear prompt should be given to the user.
The text was updated successfully, but these errors were encountered: