Expand description
JWT token-based authentication
This module provides secure JWT token generation and validation for stateless authentication, complementing the API key system.
Structs§
- JwtConfig
- JWT configuration
- JwtManager
- JWT token manager
- Token
Claims - JWT token claims following RFC 7519
- Token
Pair - JWT token pair (access + refresh)