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
This is an implementation of JSON Web tokens written in go.
Limitations
This library completely ignores the alg field in the header. You are required
to know which algorithm and key was used, doing anything else has security
implications.