mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
10 lines
223 B
Markdown
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
|