Module session_manager

Module session_manager 

Source
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§

MemorySessionStorage
In-memory session storage implementation
Session
Session information
SessionConfig
Configuration for session management
SessionManager
Session manager for handling session lifecycle
SessionStats
Session statistics

Enums§

SessionError
Errors that can occur during session management

Traits§

SessionStorage
Session storage trait for different backends