Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.25 KB

README.rst

File metadata and controls

45 lines (31 loc) · 1.25 KB

Flask-SSO

About

Flask-SSO is a Flask extension permitting to set up Shibboleth Single-Sign-On authentication in Flask based web applications.

Installation

Flask-SSO is on PyPI so all you need is:

pip install Flask-SSO

Documentation

Documentation is readable at http://flask-sso.readthedocs.io or can be built using Sphinx:

python setup.py build_sphinx

Testing

Running the test suite is as simple as:

python setup.py test

or, to also test documentation and packaging:

./run-tests.sh