From e09196c91ebc87296b1d6376ca583294f616f25b Mon Sep 17 00:00:00 2001 From: florimondmanca <florimond.manca@gmail.com> Date: Sun, 20 May 2018 23:23:10 +0100 Subject: [PATCH] remove all usage of token authentication --- project/project/settings/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/project/project/settings/common.py b/project/project/settings/common.py index 5b270fe..2f9e59e 100644 --- a/project/project/settings/common.py +++ b/project/project/settings/common.py @@ -102,7 +102,6 @@ WSGI_APPLICATION = 'project.wsgi.application' # Django rest framework REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': [ - 'rest_framework.authentication.TokenAuthentication', # v Enable session authentication in the browsable API 'rest_framework.authentication.SessionAuthentication', ], -- GitLab