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
I am asking for a feature not to decode the token but to check if a string is a jwt token.
I am not sure the best way to achieve this but I know that jwt tokens are formed by three base64 encoded strings separated by dots, this would be the simplest validation I suppose.
Thank you for the awesome work! :)
The text was updated successfully, but these errors were encountered:
I am asking for a feature not to decode the token but to check if a string is a jwt token.
I am not sure the best way to achieve this but I know that jwt tokens are formed by three base64 encoded strings separated by dots, this would be the simplest validation I suppose.
Thank you for the awesome work! :)
The text was updated successfully, but these errors were encountered: