Module session

Source
Expand description

Session Management Module

This module provides comprehensive session management for MCP authentication including JWT tokens, session storage, and lifecycle management.

Re-exports§

pub use session_manager::MemorySessionStorage;
pub use session_manager::Session;
pub use session_manager::SessionConfig;
pub use session_manager::SessionError;
pub use session_manager::SessionManager;
pub use session_manager::SessionStats;
pub use session_manager::SessionStorage;

Modules§

session_manager
Session Management System for MCP Authentication