Skip to content

Commit

Permalink
Test without djrest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Sep 27, 2024
1 parent 8ba2a2a commit 3b29825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
# =============
SETTINGS_AUTH_MECHANISM = os.environ.get("SETTINGS_AUTH_MECHANISM", "default")
SETTINGS_DEFAULT_AUTH_CLASSES = [
"dj_rest_auth.jwt_auth.JWTCookieAuthentication",
# "dj_rest_auth.jwt_auth.JWTCookieAuthentication",
]
ALL_AUTH_CLASSES_CONFIGURATION = {
"default": SETTINGS_DEFAULT_AUTH_CLASSES,
Expand Down

0 comments on commit 3b29825

Please sign in to comment.