Skip to content

Commit

Permalink
Remove simplejwt from auth classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Sep 27, 2024
1 parent cc46737 commit 8ba2a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@
# =============
SETTINGS_AUTH_MECHANISM = os.environ.get("SETTINGS_AUTH_MECHANISM", "default")
SETTINGS_DEFAULT_AUTH_CLASSES = [
# "rest_framework_simplejwt.authentication.JWTAuthentication",
"dj_rest_auth.jwt_auth.JWTCookieAuthentication",
]
ALL_AUTH_CLASSES_CONFIGURATION = {
Expand Down

0 comments on commit 8ba2a2a

Please sign in to comment.