Expand description
A high-performance async library for JWT (JSON Web Token) authentication and authorization. Supports token generation, validation, and custom claims with optimized memory usage, ideal for HTTP clients/servers and web applications.
Structs§
- Custom
Extra JwtClaims - Generic JWT claims struct that supports custom payload data.
- Extra
JwtClaims - Extended JWT claims struct with support for custom extra fields.
- JwtConfig
- JWT configuration struct containing secret key, expiration time, and issuer.
- JwtExtra
JwtClaims - Standard JWT claims struct with common fields.
- JwtService
- JWT service struct providing token generation and validation functionality.
- JwtToken
- JWT token response struct containing the token and metadata.