Skip to content

Session Storage Backends for the Flask Web Framework - Updated for Flask 2.0

License

Notifications You must be signed in to change notification settings

fgiamma/flask-sessionstore3

 
 

Repository files navigation

Flask-Sessionstore3

Updated to from cachelib.file import FileSystemCache for Flask 2.0

Documentation Status Coverage Status

Code Issues

This project is a hard fork of the orphaned Flask-Session project at https://github.com/fengsp/flask-session that aims to provide python2 and python3 support for a growing number of session backends.

Flask-Sessionstore is an extension for Flask that adds support for Server-side Session to your application.

Please see the Documentation for implementation and configuration instruction.

pip install flask-sessionstore

Testing

Tests require a running version of MongoDB, Redis, and Memcached. The easiest way to get those is via docker-compose.

$ docker-compose up -d
$ nosetests --with-timer
$ docker-compose down

About

Session Storage Backends for the Flask Web Framework - Updated for Flask 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%