diff --git a/backend/network_inventory/settings/base.py b/backend/network_inventory/settings/base.py index 43358c5..5ebe5a5 100644 --- a/backend/network_inventory/settings/base.py +++ b/backend/network_inventory/settings/base.py @@ -52,7 +52,7 @@ REST_FRAMEWORK = { 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', 'PAGE_SIZE': 10, 'DEFAULT_AUTHENTICATION_CLASSES': ( - 'rest_framework_simplejwt.authentication.JWTAuthentication' + 'rest_framework_simplejwt.authentication.JWTAuthentication', 'rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.BasicAuthentication', ),