Drf Authentication

[Solved] Drf Authentication | Basic - Code Explorer | yomemimo.com
Question : drf authentication

Answered by : victorious-vendace-c4luz8fbospt

REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': [ 'rest_framework.authentication.BasicAuthentication', 'rest_framework.authentication.SessionAuthentication', ]
}

Source : https://www.django-rest-framework.org/api-guide/authentication/ | Last Update : Tue, 29 Dec 20

Answers related to drf authentication

Code Explorer Popular Question For Basic