django-rest-framework/docs/api-guide/authentication.md
2012-09-05 10:01:43 +01:00

10 lines
223 B
Markdown

# Authentication
REST framework provides a number of authentication policies out of the box, and also allows you to implement custom policies.
## BasicAuthentication
## TokenBasicAuthentication
## SessionAuthentication