Module jwt

Module jwt 

Source
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
TokenClaims
JWT token claims following RFC 7519
TokenPair
JWT token pair (access + refresh)

Enums§

JwtError
JWT token errors
TokenType
Token types for different use cases