mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-20 18:54:33 +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
|