Crate for JWT, JWA, and JWK with a focus on ease of use and simplicity.
I currently have no intentions to publish this to crates.io, so for now if you want to use this you can add as a git dependency using:
jsonweb = { git = "https://github.com/Jumpdrive-dev/jsonweb", tag = "1.0.0" }
- Simple JWT signing and verifying.
- Implementation of common algorithms:
- HS256
- RS256
- ES256
- None
- JWKs