Module tokens

Module tokens 

Source
Expand description

Token management and validation for the authentication framework.

Structs§

AuthToken
Represents an authentication token with all associated metadata.
JwtClaims
JWT claims structure used internally.
TokenInfo
Information about a user extracted from a token.
TokenManager
Token manager for creating, validating, and managing tokens.
TokenMetadata
Additional metadata that can be attached to tokens.

Traits§

TokenToProfile
Trait for converting tokens to user profiles