A Rust implementation of JSON Web Tokens (JWT) for encoding and decoding tokens.
# Cargo.toml
[dependencies]
jsonwebtokens = "1.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encoding a JWT token.
Add 'features = ["serde"]' to Cargo.toml dependency.
No dependency data recorded yet.