Skip to content

ankydanky/flask-securesession

 
 

Repository files navigation

Flask-SecureSession

Flask-SecureSession is an extension for Flask that adds support for Server-side encrypted sessions to your application.

It is a fork of Flask-Session https://github.com/fengsp/flask-session implementing AES encryption for session data using PyCryptodome.

Install package directly from github

pip install -U git+https://github.com/ankydanky/flask-securesession.git

About

Server side session extension for Flask

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%