https://github.com/maxcountryman/axum-sessions
🥠Cookie-based sessions for Axum via async-session.
https://github.com/maxcountryman/axum-sessions
async-session axum cookie cookies session session-cookie sessions
Last synced: 6 months ago
JSON representation
🥠Cookie-based sessions for Axum via async-session.
- Host: GitHub
- URL: https://github.com/maxcountryman/axum-sessions
- Owner: maxcountryman
- License: mit
- Created: 2022-06-14T14:51:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T18:24:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T01:13:17.062Z (7 months ago)
- Topics: async-session, axum, cookie, cookies, session, session-cookie, sessions
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 74
- Watchers: 5
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
>
> # **Migration to `tower-sessions`**
>
> **Development of this crate has moved to [`tower-sessions`](https://github.com/maxcountryman/tower-sessions).** Please consider migrating.
>
> Numerous bugs and a significant design flaw with `axum-sessions` are addressed with `tower-sessions`.