https://github.com/mhutter/axum-sandbox
Axum experiments
https://github.com/mhutter/axum-sandbox
Last synced: over 1 year ago
JSON representation
Axum experiments
- Host: GitHub
- URL: https://github.com/mhutter/axum-sandbox
- Owner: mhutter
- Created: 2024-03-27T06:57:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:42:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T02:24:58.216Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axum Experiments
## Sessions
Source: [session.rs](src/experiments/session.rs)
Goal:
- use & modify session data
- data is stored in a cookie (usually an encrypted one, but we use a plan text one here for testing purposes)
- more ergonomic than `CookieJar` that needs to be included in every response manually
- type-safety