Skip to content

Commit

Permalink
Removed mention of django-oauth-toolkit from oauth1 server docs.
Browse files Browse the repository at this point in the history
django-oauth-tools doesn't seem to support oauth1.
  • Loading branch information
x746e committed Apr 15, 2014
1 parent 393d09a commit f46f506
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/oauth1/server.rst
Expand Up @@ -6,7 +6,6 @@ OAuthLib is a dependency free library that may be used with any web
framework. That said, there are framework specific helper libraries
to make your life easier.

- For Django there is `django-oauth-toolkit`_.
- For Flask there is `flask-oauthlib`_.

If there is no support for your favourite framework and you are interested
Expand All @@ -15,7 +14,6 @@ the OAuth logic and leave you to support a few framework and setup specific
tasks such as marshalling request objects into URI, headers and body arguments
as well as provide an interface for a backend to store tokens, clients, etc.

.. _`django-oauth-toolkit`: https://github.com/evonove/django-oauth-toolkit
.. _`flask-oauthlib`: https://github.com/lepture/flask-oauthlib

.. contents:: Tutorial Contents
Expand Down

0 comments on commit f46f506

Please sign in to comment.