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'm working on integrating this library with Auth0 and ran into an issue where the format of their updated_at field fails to parse. Their format is "2020-06-16T03:23:10.426Z".
I changed this type to String in the claims.rs and it parses successfully.