Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

inveniosoftware-attic/flask-oauth2server

Repository files navigation

Flask-OAuth2Server

image

image

image

image

About

Flask-OAuth2Server is a Flask extension that allows you to quickly add an OAuth2 provider to your Flask application.

Installation

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

pip install Flask-OAuth2Server

Documentation ============ Documentation is available at <http://flask-oauth2server.readthedocs.org> or can be build using Sphinx: :

git submodule init
git submodule update
pip install Sphinx
python setup.py build_sphinx

Testing

Running the test suite is as simple as: :

./run-tests.sh