Expand description
Session Management System for MCP Authentication
This module provides comprehensive session management including JWT tokens, session storage, lifecycle management, and security features.
Structs§
- Memory
Session Storage - In-memory session storage implementation
- Session
- Session information
- Session
Config - Configuration for session management
- Session
Manager - Session manager for handling session lifecycle
- Session
Stats - Session statistics
Enums§
- Session
Error - Errors that can occur during session management
Traits§
- Session
Storage - Session storage trait for different backends