jsonwebtoken/src
emeryc 2cc95b9f37 Numeric type (#214)
* exp & nbf as float

In order to properly align with JWT NumericType wire protocol
allow for type on wire to either be u64 or f64. In either case we
convert in the most lossless way possible to a u64, so that nobody
needs to know that the spec is overly permissive.

* minimal cleanup
2022-02-02 22:10:11 +01:00
..
crypto removed unnecessary conversions (#180) 2022-02-02 22:10:11 +01:00
pem Add types for JWK/JWKS based on biscuit (#195) 2022-02-02 22:10:11 +01:00
algorithms.rs Add types for JWK/JWKS based on biscuit (#195) 2022-02-02 22:10:11 +01:00
decoding.rs Improve deserialization performance around validation and its tests (#202) 2022-02-02 22:10:11 +01:00
encoding.rs removed unnecessary conversions (#180) 2022-02-02 22:10:11 +01:00
errors.rs Docs: fix copy paste error in ErrorKind::InvalidSubject (#196) 2022-02-02 22:10:11 +01:00
header.rs Add support for x5t#S256 header (#203) 2022-02-02 22:10:11 +01:00
jwk.rs Add support for x5t#S256 header (#203) 2022-02-02 22:10:11 +01:00
lib.rs Unify various decode into the validation struct (#199) 2022-02-02 22:10:11 +01:00
serialization.rs Improve deserialization performance around validation and its tests (#202) 2022-02-02 22:10:11 +01:00
validation.rs Numeric type (#214) 2022-02-02 22:10:11 +01:00