summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTom Christie <tom@tomchristie.com>2013-06-17 11:29:40 +0200
committerTom Christie <tom@tomchristie.com>2013-06-17 11:29:40 +0200
commitd78cef802b52be3fa07800a88af33c5bba3707ca (patch)
tree24ad17430154bf9600eb64c1c66dd0c84f0e2984 /README.rst
parent91e964cb74ff2c6b10e77430a21b4b4b906aee62 (diff)
downloadoauthlib-d78cef802b52be3fa07800a88af33c5bba3707ca.tar.gz
Updated README with more prominent package note. Closes #178.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 56f50c0..0ec5256 100644
--- a/README.rst
+++ b/README.rst
@@ -44,6 +44,21 @@ powered OAuth support provided by the `requests-oauthlib`_ library.
.. _`requests`: https://github.com/kennethreitz/requests
.. _`requests-oauthlib`: https://github.com/requests/requests-oauthlib
+Which web frameworks are supported?
+-----------------------------------
+
+The following packages provide OAuth support using OAuthLib.
+
+- For Django there is `django-oauth-toolkit`_, which include `Django REST framework`_ support.
+- For Flask there is `flask-oauthlib`_.
+
+If you have written an OAuthLib package that supports your favorite framework,
+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
+
Using OAuthLib? Please get in touch!
------------------------------------
Patching OAuth support onto an http request framework? Creating an OAuth