From 40a5c28fcb0f21541eca8d0d937faa900a6ad010 Mon Sep 17 00:00:00 2001 From: genomics-geek Date: Sat, 5 Oct 2019 12:09:50 -0400 Subject: [PATCH] Removed not supported authentications --- {{cookiecutter.project_slug}}/config/settings/base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/config/settings/base.py b/{{cookiecutter.project_slug}}/config/settings/base.py index 2e7d11d1c..b057ec28d 100644 --- a/{{cookiecutter.project_slug}}/config/settings/base.py +++ b/{{cookiecutter.project_slug}}/config/settings/base.py @@ -337,8 +337,6 @@ REST_FRAMEWORK = { "DEFAULT_AUTHENTICATION_CLASSES": ( "rest_framework.authentication.SessionAuthentication", "rest_framework.authentication.BasicAuthentication", - "oauth2_provider.contrib.rest_framework.OAuth2Authentication", - "rest_framework_jwt.authentication.JSONWebTokenAuthentication", ), "DEFAULT_RENDERER_CLASSES": ( "rest_framework.renderers.JSONRenderer",