diff --git a/project/settings/base.py b/project/settings/base.py index 41233560..d5259550 100644 --- a/project/settings/base.py +++ b/project/settings/base.py @@ -227,7 +227,7 @@ REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( # JWT 'utils.authentication.GMJWTAuthentication', - 'rest_framework.authentication.SessionAuthentication', + # 'rest_framework.authentication.SessionAuthentication', ), 'DEFAULT_VERSIONING_CLASS': 'rest_framework.versioning.AcceptHeaderVersioning', 'DEFAULT_VERSION': (AVAILABLE_VERSIONS['current'],),