Note this crate itself has not been audited. Some of the underlying RustCrypto implementations may have been audited.
Models and traits for working with JSON Web Tokens (JWT), Algorithms (JWA), and Keys (JWK) with a focus on ease of use and simplicity.
This is a list of features and plans for the crate.
- Simple JWT signing and verifying.
- Implementation of common algorithms:
- HS256
- RS256
- ES256
- None
- JWKs