alex-oleshkevich / starsessions

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

Add encryptors #30

Closed alex-oleshkevich closed 2 years ago

alex-oleshkevich commented 2 years ago

We should optionally provide an option to transparently encrypt session contents. For shared environments, like Redis, this is mandatory to prevent data stealing.