Library for Json Web Tokens and alike with a focus on simplicity.
Find a file
2026-03-17 21:15:04 +01:00
src 🐛 Fix rand import 2026-03-17 21:08:22 +01:00
test-files Implement es256 2025-02-25 21:57:44 +01:00
.gitignore 🎉 Initial commit 2025-02-23 17:09:59 +01:00
Cargo.lock 📝 Fix readme 2026-03-17 21:15:04 +01:00
Cargo.toml 📝 Fix readme 2026-03-17 21:15:04 +01:00
LICENSE Create LICENSE 2025-02-23 22:13:01 +01:00
readme.md 📝 Fix readme 2026-03-17 21:15:04 +01:00

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