Library for Json Web Tokens and alike with a focus on simplicity.
Find a file
2026-01-11 13:05:39 +01:00
src Implement random key generation 2026-01-04 16:06:31 +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 🔖 Tag version 1.2.0 2026-01-11 13:05:39 +01:00
Cargo.toml 🔖 Tag version 1.2.0 2026-01-11 13:05:39 +01:00
LICENSE Create LICENSE 2025-02-23 22:13:01 +01:00
readme.md 📝 Update readme feature list 2025-02-25 22:01:06 +01:00

jsonweb

Crate for JWT, JWA, and JWK with a focus on ease of use and simplicity.

Usage

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" }

Features

  • Simple JWT signing and verifying.
  • Implementation of common algorithms:
    • HS256
    • RS256
    • ES256
    • None
  • JWKs