Skip to content

Session Storage Backends for the Flask Web Framework

License

Notifications You must be signed in to change notification settings

anopheles/flask-sessionstore

Repository files navigation

Flask-Sessionstore

Build Status 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published