routed_sessions 0.2.1
routed_sessions: ^0.2.1 copied to clipboard
Routed adapter for server_sessions (EngineContext.session).
Changelog #
0.2.1 - 2026-08-25 #
- Hardened default Routed session cookies with
Secure,HttpOnly, andSameSite=Lax; local HTTP deployments must explicitly opt out withsecure: false. - Migrated the adapter to
very_good_analysisand completed public Dartdoc coverage for the session context helpers, middleware, configuration, and provider APIs.
0.2.0 #
- Breaking: Type
SessionConfig.storeand the optionalsessionMiddlewarestore parameter asSessionStore; remove runtime casts and untyped-store compatibility paths. - Added explicit session configuration and public exports for the underlying session runtime.
- Aligned session middleware and flash-message helpers with the current session store APIs.
0.1.0 #
- Initial adapter (PR G)