Flask-OAuth2Server

Flask-OAuth2Server allows you to quickly add an OAuth2 provider to your Flask application.


License
BSD-3-Clause
Install
pip install Flask-OAuth2Server==0.1

Documentation

Flask-OAuth2Server

https://travis-ci.org/inveniosoftware/flask-oauth2server.png?branch=master https://coveralls.io/repos/inveniosoftware/flask-oauth2server/badge.png?branch=master https://pypip.in/v/Flask-OAuth2Server/badge.png https://pypip.in/d/Flask-OAuth2Server/badge.png

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