#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

2 stable releases

new 1.0.1 Oct 23, 2024

#6 in #claim

Download history 147/week @ 2024-10-17

149 downloads per month
Used in casdoor-rs-sdk

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–17MB
~265K SLoC