Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 25 days 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