Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.32 KB

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