django-rest-framework/docs/api-guide/authentication.md

10 lines
223 B
Markdown
Raw Normal View History

2012-09-05 13:01:43 +04:00
# Authentication
REST framework provides a number of authentication policies out of the box, and also allows you to implement custom policies.
## BasicAuthentication
## TokenBasicAuthentication
## SessionAuthentication