Flask-Dance
===========

Doing the OAuth dance with style using `Flask`_, `requests`_, and `oauthlib`_.
Currently, only OAuth consumers are supported, but this project could
easily support OAuth providers in the future, as well.

.. _Flask: http://flask.pocoo.org/
.. _requests: http://python-requests.org/
.. _oauthlib: https://oauthlib.readthedocs.io/

User Guide:

.. toctree::
   :maxdepth: 2

   install
   quickstarts/index
   providers
   backends
   multi-user
   proxies
   signals

Advanced Topics:

.. toctree::
   how-oauth-works
   testing
   api



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

