blob: 76aaba8a151d070f69687dc554dae09291485571 (
plain)
1
2
3
4
5
6
7
8
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
|