#claim #jwt #api-token #token #api

jwt-claims

Structured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4

3 stable releases

1.0.2 Oct 31, 2024
1.0.1 Oct 23, 2024

#8 in #claim

Download history 474/week @ 2024-10-23 462/week @ 2024-10-30 36/week @ 2024-11-06 5/week @ 2024-11-13 23/week @ 2024-11-20 9/week @ 2024-11-27 20/week @ 2024-12-04 12/week @ 2024-12-11 1/week @ 2024-12-18 159/week @ 2024-12-25 245/week @ 2025-01-01

430 downloads per month
Used in 4 crates (via cubix)

MIT license

10KB
135 lines

jwt-claims

Structured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4.

GitHub last commit Crates.io Docs

Install

Run the following Cargo command in your project directory:

cargo add jwt-claims

Or add the following line to your Cargo.toml:

jwt-claims = "1"

lib.rs:

Structured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4.

Dependencies

~2–16MB
~225K SLoC