All Projects → inveniosoftware → flask-sso

inveniosoftware / flask-sso

Licence: other
Flask Single-Sign-On Extension

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].