🌟 An alternative SessionMiddleware for Esmerald with Pydantic at its core. 🌟
Documentation: https://esmerald-sessions.dymmond.com 📚
Source Code: https://github.com/dymmond/esmerald-sessions
Using the default SessionMiddleware
from Esmerald might not be enough for those applications that need a bit more
than just a simple caching, for example, where to store that same cookie.
This package offers that possibility and allows the extension of it if needed.
Inspired by Starlette Session and with Pydantic at its core, Esmerald sessions offers the best of both worlds.
- Python 3.7+
$ pip install esmerald-sessions
Please check the documentation how to use the package.