daserzw / flask-sso

Flask Single-Sign-On Extension

Home Page:https://flask-sso.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-SSO

image

image

image

image

image

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

About

Flask Single-Sign-On Extension

https://flask-sso.readthedocs.io

License:Other


Languages

Language:Python 97.0%Language:Shell 3.0%