diff options
| author | Tom Christie | 2013-07-01 17:32:06 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-07-01 17:32:06 +0100 | 
| commit | 8d410c4671fd4596089883e360f5d3e8f9e0f62b (patch) | |
| tree | 638f68dad31f2cef174e568e13f866dc0eb6c7c9 /docs/api-guide/authentication.md | |
| parent | 8274ff7d9c692d27f926af7610a5a547ced09a2e (diff) | |
| download | django-rest-framework-8d410c4671fd4596089883e360f5d3e8f9e0f62b.tar.bz2 | |
Tweak text
Diffstat (limited to 'docs/api-guide/authentication.md')
| -rwxr-xr-x | docs/api-guide/authentication.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 768f156b..390fba8c 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 [OAuth 2.0 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 | 
