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

223 B

Authentication

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

BasicAuthentication

TokenBasicAuthentication

SessionAuthentication