jwt-claims

Crates.iojwt-claims
lib.rsjwt-claims
version1.0.2
sourcesrc
created_at2024-10-23 11:51:22.403015
updated_at2024-10-31 08:43:20.223751
descriptionStructured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4.
homepage
repositoryhttps://github.com/andeya/jwt-claims
max_upload_size
id1419993
size15,322
Andeya (andeya)

documentation

https://docs.rs/jwt-claims

README

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"
Commit count: 5

cargo fmt