aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/authentication.md
diff options
context:
space:
mode:
authorTom Christie2012-09-08 22:06:13 +0100
committerTom Christie2012-09-08 22:06:13 +0100
commit247696e820dfe4535b3141d744129d654f9b6aea (patch)
treefee3e54b16f459b0b0501ee83122cc4b9b06c3cb /docs/api-guide/authentication.md
parent5d9dfcd8ae10db37f0cca043d3b9977e27197487 (diff)
downloaddjango-rest-framework-247696e820dfe4535b3141d744129d654f9b6aea.tar.bz2
Links to source files in docs
Diffstat (limited to 'docs/api-guide/authentication.md')
-rw-r--r--docs/api-guide/authentication.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md
index 45da2c55..ca29bc4d 100644
--- a/docs/api-guide/authentication.md
+++ b/docs/api-guide/authentication.md
@@ -1,3 +1,5 @@
+<a class="github" href="authentication.py"></a>
+
# Authentication
Authentication is the mechanism of associating an incoming request with a set of identifying credentials, such as the user the request came from, or the token that it was signed with. The [permission] and [throttling] policies can then use those credentials to determine if the request should be permitted.