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.