diff --git a/backend/project/settings/__init__.py b/backend/project/settings/__init__.py index 8bb7de6..609e786 100644 --- a/backend/project/settings/__init__.py +++ b/backend/project/settings/__init__.py @@ -173,7 +173,7 @@ ], "DEFAULT_THROTTLE_RATES": {"anon": "100/day", "user": "1000/day"}, "DEFAULT_AUTHENTICATION_CLASSES": ( - # "rest_framework.authentication.SessionAuthentication", + "rest_framework.authentication.BasicAuthentication", "rest_framework_simplejwt.authentication.JWTAuthentication", ), }