Compact JWT implementation in Rust

Docs.rs

Minimalistic JSON web token (JWT) implementation with focus on type safety and secure cryptographic primitives.

This is a fork of jwt-compact with several additions:

Usage

See the crate docs for the examples of usage.

Features

Missing features

Alternatives

[jsonwebtoken], [frank_jwt] or [biscuit] may be viable alternatives depending on the use case (e.g., none of them seems to implement EdDSA or ES256K algorithms).

License

Licensed under the Apache-2.0 license.