aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/authentication.md
diff options
context:
space:
mode:
authorTom Christie2013-07-01 17:27:23 +0100
committerTom Christie2013-07-01 17:27:23 +0100
commit8274ff7d9c692d27f926af7610a5a547ced09a2e (patch)
tree425bff0408762c17f80a63e7bd8b4a7426ad9f9f /docs/api-guide/authentication.md
parent53dc98eefb5644e60495ca86c7424e669d0a86f1 (diff)
downloaddjango-rest-framework-8274ff7d9c692d27f926af7610a5a547ced09a2e.tar.bz2
Capitalization on OAuth
Diffstat (limited to 'docs/api-guide/authentication.md')
-rwxr-xr-xdocs/api-guide/authentication.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md
index 22c3297c..768f156b 100755
--- a/docs/api-guide/authentication.md
+++ b/docs/api-guide/authentication.md
@@ -357,7 +357,7 @@ The [Django OAuth Toolkit][django-oauth-toolkit] package provides OAuth 2.0 supp
## Django OAuth2 Consumer
-The [Django Oauth2 Consumer][doac] library from [Rediker Software][rediker] is another package that provides [OAuth2 support for REST framework][doac-rest-framework]. The package includes token scoping permissions on tokens, which allows finer-grained access to your API.
+The [Django OAuth2 Consumer][doac] library from [Rediker Software][rediker] is another package that provides [OAuth2 support for REST framework][doac-rest-framework]. The package includes token scoping permissions on tokens, which allows finer-grained access to your API.
[cite]: http://jacobian.org/writing/rest-worst-practices/
[http401]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2