diff --git a/project/project/settings/common.py b/project/project/settings/common.py
index 5b270fec22d85cafc58592b0fd191605443e9740..2f9e59e5e0a4b45bc72215a6afb47cb0164fe942 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',
     ],