From d78cef802b52be3fa07800a88af33c5bba3707ca Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 17 Jun 2013 11:29:40 +0200 Subject: Updated README with more prominent package note. Closes #178. --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.1