axum-sessions icon indicating copy to clipboard operation
axum-sessions copied to clipboard

🥠 Cookie-based sessions for Axum via async-session.

Results 11 axum-sessions issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version. Release notes Sourced from axum-extra's releases. axum-extra - v0.9.0 added: OptionalQuery extractor (#2310) added: TypedHeader which used to be in...

dependencies

Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version. Release notes Sourced from axum's releases. axum - v0.6.20 added: WebSocketUpgrade::write_buffer_size and WebSocketUpgrade::max_write_buffer_size changed: Deprecate WebSocketUpgrade::max_send_queue change: Update tokio-tungstenite to...

dependencies

Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. Release notes Sourced from hyper's releases. v1.0.1 This release "fixes" or adds a few things that should have been in...

dependencies

Updates the requirements on [http-body](https://github.com/hyperium/http-body) to permit the latest version. Commits 2474edd v1.0.0 5d64f32 clippy: assert is_none 11ce976 clippy: fix up into_iter and clone-on-copy 3138a0e clippy: document unsafe pin projection...

dependencies

Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. Release notes Sourced from http's releases. v1.0.0 What's Changed Implement Clone for Request, Response, and Extensions. This breaking change requires...

dependencies

Hi, I am using axum-sessions inside a middleware layer that is checking if the user is logged in and short-circuits the router with a `StatusCode::UNAUTHORIZED` response if they are not....

Hi, I am able to insert a record into session in one handler but unable to retrieve it in another. Could you: 1. Put some docs with a how to...

I was trying to use axum-sessions within the leptos framework and I encountered an error where leptos seemed like it would not drop AuthContext. I reported it to [leptos](https://github.com/leptos-rs/leptos/issues/580) and...

Replaces #29 This PR is mostly for people who have encountered issues such as #32 and need a temporary fix. It seems to work fine in my case.

Add a listener trait to listen to the creation, update and destruction of sessions

enhancement
help wanted