Compact JWT implementation in Rust

Build Status License: Apache-2.0 rust 1.45.0+ required dependency status

Documentation: Docs.rs crate docs (master)

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

Usage

Add this to your Crate.toml:

toml [dependencies] jwt-compact = "0.4.0"

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.