Compact JWT implementation in Rust

Travis Build Status License: Apache-2.0 rust 1.41.0+ required Dependencies status

Documentation: Docs.rs crate docs (master)

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

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.