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",