summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKirill Spitsin <tn@0x746e.org.ua>2014-04-15 16:11:34 +0300
committerKirill Spitsin <tn@0x746e.org.ua>2014-04-15 16:11:34 +0300
commitf46f5063567a8152a6fbb851a0f809f83157ba19 (patch)
treeef553dc71eb6c643f924b1aceef38f7bc94023b3 /docs
parent393d09ad41d350d2b5cc8c5072cc5cf191ce8638 (diff)
downloadoauthlib-f46f5063567a8152a6fbb851a0f809f83157ba19.tar.gz
Removed mention of django-oauth-toolkit from oauth1 server docs.
django-oauth-tools doesn't seem to support oauth1.
Diffstat (limited to 'docs')
-rw-r--r--docs/oauth1/server.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/oauth1/server.rst b/docs/oauth1/server.rst
index 9364f8c..b4ac526 100644
--- a/docs/oauth1/server.rst
+++ b/docs/oauth1/server.rst
@@ -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
@@ -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