django rest framework default authentication classes

Solutions on MaxInterview for django rest framework default authentication classes by the best coders in the world

showing results for - "django rest framework default authentication classes"
Sofia
03 Feb 2017
1'DEFAULT_AUTHENTICATION_CLASSES': [
2        'rest_framework.authentication.SessionAuthentication',
3        'rest_framework.authentication.BasicAuthentication'
4    ]