diff --git a/vrobbler/settings.py b/vrobbler/settings.py index 8f0ca86..68da4d9 100644 --- a/vrobbler/settings.py +++ b/vrobbler/settings.py @@ -159,8 +159,8 @@ AUTHENTICATION_BACKENDS = [ REST_FRAMEWORK = { "DEFAULT_PERMISSION_CLASSES": ("rest_framework.permissions.AllowAny",), 'DEFAULT_AUTHENTICATION_CLASSES': [ - 'rest_framework.authentication.BasicAuthentication', - 'rest_framework.authentication.TokenAuthentication', + #'rest_framework.authentication.BasicAuthentication', + #'rest_framework.authentication.TokenAuthentication', 'rest_framework.authentication.SessionAuthentication', ], "DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.PageNumberPagination",