mirror of
https://github.com/jumpdrive-dev/jsonweb.git
synced 2026-04-26 00:03:10 +02:00
Library for Json Web Tokens and alike with a focus on simplicity.
- Rust 100%
| src | ||
| test-files | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| readme.md | ||
jsonweb
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.
Features and plans
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