Expand description
Lower level functions, if you want to do something other than JWTs
The cryptography of the jsonwebtoken crate is decoupled behind
JwtSigner and JwtVerifier traits. These make use of RustCrypto’s
Signer and Verifier traits respectively.
Traits§
- JwtSigner
- Trait providing the functionality to sign a JWT.
- JwtVerifier
- Trait providing the functionality to verify a JWT.