jsonwebtoken/src
Matteo Bertucci 94fef12259 Docs: fix copy paste error in ErrorKind::InvalidSubject (#196)
The documentation for `ErrorKind::InvalidSubject` mentioned the `aud` claim instead of `sub`. This commit fixes it.
2022-02-02 22:10:11 +01:00
..
crypto removed unnecessary conversions (#180) 2022-02-02 22:10:11 +01:00
pem Add EdDSA (Ed25519) (#154) 2022-02-02 22:10:11 +01:00
algorithms.rs Allow uppercase algorithms (too much breakage otherwise) 2022-02-02 22:10:11 +01:00
decoding.rs Make Validation::algorithms an error if empty 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 tests for Header::x5c_der(), and modify its return type to be fallible. (#185) 2022-02-02 22:10:11 +01:00
lib.rs Avoid allocation 2022-02-02 22:10:11 +01:00
serialization.rs removed unnecessary conversions (#180) 2022-02-02 22:10:11 +01:00
validation.rs Make Validation::algorithms an error if empty 2022-02-02 22:10:11 +01:00