Expand description
Iron specific middleware and handlers.
Structsยง
- Session
Config - Configuration of how sessions and session cookies are created and validated.
- Session
Config Builder - A utility to help build a
SessionConfig
in an API backwards compatible way. - Session
Handler - Uses a
SessionManager
to serialize and deserialize cookies during the request/response cycle. - Session
Middleware - Middleware for automatic session management.