#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

#9 in #claim

Download history 303/week @ 2024-10-19 474/week @ 2024-10-26 189/week @ 2024-11-02 7/week @ 2024-11-09 13/week @ 2024-11-16 17/week @ 2024-11-23 10/week @ 2024-11-30 26/week @ 2024-12-07 3/week @ 2024-12-14 24/week @ 2024-12-21 240/week @ 2024-12-28 140/week @ 2025-01-04

381 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
~229K SLoC