aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/authentication.md
diff options
context:
space:
mode:
authorTom Christie2012-09-05 10:01:43 +0100
committerTom Christie2012-09-05 10:01:43 +0100
commit40d1821f2d81f822fff9b85691073ab069edb847 (patch)
treeff46d03e0a7def9c218d444718788cbe473ce03b /docs/api-guide/authentication.md
parentda4fa9bded9bbbbacf2a3009e1e211bdd51e287a (diff)
downloaddjango-rest-framework-40d1821f2d81f822fff9b85691073ab069edb847.tar.bz2
Add missing doc files
Diffstat (limited to 'docs/api-guide/authentication.md')
-rw-r--r--docs/api-guide/authentication.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md
new file mode 100644
index 00000000..76aaba8a
--- /dev/null
+++ b/docs/api-guide/authentication.md
@@ -0,0 +1,9 @@
+# Authentication
+
+REST framework provides a number of authentication policies out of the box, and also allows you to implement custom policies.
+
+## BasicAuthentication
+
+## TokenBasicAuthentication
+
+## SessionAuthentication