j-n-f / anodyne

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

extractor for session store data #5

Closed j-n-f closed 3 weeks ago

j-n-f commented 1 month ago

logic to get access to a session during request handling is highly duplicated.

j-n-f commented 1 month ago

Blocked by #6

j-n-f commented 3 weeks ago

I did want to wait to finish #6 first, but the lack of extractor was very annoying. It shouldn't be too much work to adapt it once a more abstract session store is in place.