Skip to content

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronnie5562 committed Aug 2, 2024
1 parent 758e5c8 commit 3b1160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docnet_backend/docnet_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
# JWTCookie settings
"ACCESS_TOKEN_NAME": "access",
"REFRESH_TOKEN_NAME": "refresh",
"JWT_COOKIE_SAMESITE": "Lax", # Use None for cross-site requests (Lax)
"JWT_COOKIE_SAMESITE": "None", # Use None for cross-site requests (Lax)
"JWT_COOKIE_SECURE": False, # Ensure cookies are sent over HTTPS
}

Expand Down

0 comments on commit 3b1160d

Please sign in to comment.