summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Baumgold <david@davidbaumgold.com>2014-09-15 22:23:51 -0400
committerDavid Baumgold <david@davidbaumgold.com>2014-09-15 22:23:51 -0400
commit4aa81a592e92c4b33add235db308b28adfa4b9fe (patch)
tree9fafa4de7c6bc7eff8dcae1d13201d47286a8c17 /README.rst
parent8fcceae9ef2d6e3c0cdf38b12ac71bc538dd6432 (diff)
downloadoauthlib-4aa81a592e92c4b33add235db308b28adfa4b9fe.tar.gz
Add links to Flask-Dance
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e26489f..f1ce2d9 100644
--- a/README.rst
+++ b/README.rst
@@ -54,7 +54,7 @@ Which web frameworks are supported?
The following packages provide OAuth support using OAuthLib.
- For Django there is `django-oauth-toolkit`_, which includes `Django REST framework`_ support.
-- For Flask there is `flask-oauthlib`_.
+- For Flask there is `flask-oauthlib`_ and `Flask-Dance`_.
If you have written an OAuthLib package that supports your favorite framework,
please open a Pull Request, updating the documentation.
@@ -62,6 +62,7 @@ please open a Pull Request, updating the documentation.
.. _`django-oauth-toolkit`: https://github.com/evonove/django-oauth-toolkit
.. _`flask-oauthlib`: https://github.com/lepture/flask-oauthlib
.. _`Django REST framework`: http://django-rest-framework.org
+.. _`Flask-Dance`: https://github.com/singingwolfboy/flask-dance
Using OAuthLib? Please get in touch!
------------------------------------