Removed not supported authentications

This commit is contained in:
genomics-geek 2019-10-05 12:09:50 -04:00
parent 4ec6fe95ae
commit 40a5c28fcb

View File

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