diff options
author | Tom Christie <tom@tomchristie.com> | 2013-06-17 11:29:40 +0200 |
---|---|---|
committer | Tom Christie <tom@tomchristie.com> | 2013-06-17 11:29:40 +0200 |
commit | d78cef802b52be3fa07800a88af33c5bba3707ca (patch) | |
tree | 24ad17430154bf9600eb64c1c66dd0c84f0e2984 /README.rst | |
parent | 91e964cb74ff2c6b10e77430a21b4b4b906aee62 (diff) | |
download | oauthlib-d78cef802b52be3fa07800a88af33c5bba3707ca.tar.gz |
Updated README with more prominent package note. Closes #178.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |