diff --git a/back/db.sqlite3 b/back/db.sqlite3 index 47bfc6a..cb78c4c 100644 Binary files a/back/db.sqlite3 and b/back/db.sqlite3 differ diff --git a/back/reimbursinator/settings.py b/back/reimbursinator/settings.py index c9f3c5e..6fb5556 100644 --- a/back/reimbursinator/settings.py +++ b/back/reimbursinator/settings.py @@ -54,8 +54,8 @@ REST_FRAMEWORK = { 'rest_framework.permissions.IsAuthenticated', ], 'DEFAULT_AUTHENTICATION_CLASSES': [ - 'rest_framework.authentication.SessionAuthentication', 'reimbursinator.custom_auth.BearerAuthentication', + 'rest_framework.authentication.SessionAuthentication', ], }