Crate axum_sessions
source ·Expand description
Migration to tower-sessions
Development of this crate has moved to
tower-sessions
. Please consider
migrating.
Numerous bugs and a significant design flaw with axum-sessions
are
addressed with tower-sessions
.
Re-exports
pub use async_session;
Modules
- Extractors for sessions.
Structs
- Session service container.
- Layer that provides cookie-based sessions.
Enums
- Controls how the session data is persisted and created.
- The
SameSite
cookie attribute.
Type Aliases
- A type alias which provides a handle to the underlying session.