django rest framework default authentication classes

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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    ]