j-n-f / anodyne

An opinionated set of tools for building applications (mostly with `axum`)
MIT License
0 stars 0 forks source link

generalize session store to allow customization #6

Open j-n-f opened 1 month ago

j-n-f commented 1 month ago

Current session store is hard-coded and in-memory.

To support persistence and flexibility for the end application there will need to be a trait that supports the necessary functionality.