Expand description
§Jwt
Another JWT implementation written in Rust
Re-exports§
pub use error::Error;
pub use algorithm::Algorithm;
pub use claims::RegisteredClaims;
pub use verification::Verifications;
Modules§
- algorithm
- Algorithms used for Jwt signature
- claims
- Registered Claim Names
- error
- Collection of Jwt Errors.
- signature
- Sign or verify a signature
- verification
- Verify if a JWT payload is valid
Structs§
Traits§
- AsBase64
- Transform something into base64
- From
Base64 - Transform something from base64
- Into
Parts - Transform something into Jwt’s parts