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
Relaxed validation of service URLs to enable legacy JWTs or JWTs that don't specify it work.
Changed ClaimsData.encode() to ClaimsData.Encode() to allow custom claim types that are not in the jwt package reuse the encoding of the shared fields.