An open API service indexing awesome lists of open source software.

https://github.com/mhutter/axum-sandbox

Axum experiments
https://github.com/mhutter/axum-sandbox

Last synced: over 1 year ago
JSON representation

Axum experiments

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