alex-oleshkevich / starsessions

Advanced sessions for Starlette and FastAPI frameworks
MIT License
98 stars 11 forks source link

Clean Session class interface #27

Closed alex-oleshkevich closed 2 years ago

alex-oleshkevich commented 2 years ago

Session class should be a mapping instance (or may be replaced it with dict) to match Starlettes request.session signature. Functions like load and regenerate_id to be moved into functions.