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
Can we update the validating logic on https://jwt.io/ to add an error/warning if the token has any non-url-safe characters in the token. The token validator works perfectly using base64 encoding instead of the correct base64url encoding. But, the characters [=/+] are not url safe so https://jwt.io/ should not validate those tokens as correct.