-
Notifications
You must be signed in to change notification settings - Fork 7
update to tower-sessions #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Simple solution to #27 . Unsure if data race problem described in thread is addressed by middleware ordering. |
37d3dcf
to
8ead8e2
Compare
Hi and thanks for your PR! The data race problem described in #28 will persist until Until then, I cannot make What do you think? |
Sounds wise to me. |
updated to axum 0.7.3 and tower-sessions v0.9.1 |
Thank you! I still intend to integrate this - I just need to find the time. |
no worries, fix failed cargo sort on .toml files |
I'm getting a SessionLayerMissing error from inside <CsrfMiddleware as tower_service::Service<Request<B>>>::call() when I try to handle a request:
This is with tower-sessions 0.12 |
update from axum sessions to tower sessions