Skip to content

Commit

Permalink
enable basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 28, 2024
1 parent 85406aa commit 8758e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/project/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
}
Expand Down

0 comments on commit 8758e0b

Please sign in to comment.