maxcountryman / tower-sessions

🥠 Sessions as a `tower` and `axum` middleware.
MIT License
249 stars 43 forks source link

Add tower-session-sled-store to readme #164

Closed Zatzou closed 8 months ago

Zatzou commented 8 months ago

Here is a simple session store using sled as the backend storage.

maxcountryman commented 8 months ago

Thanks for this!