Skip to content

Commit

Permalink
Make samesite lax
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Oct 19, 2024
1 parent ca1efda commit 602fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ async def redirect_callback(code: str, state: Optional[str] = None):
f"Bearer {access_token}",
domain="localhost",
httponly=True,
samesite="none",
samesite="lax",
)
else:
response.set_cookie(
Expand Down

0 comments on commit 602fd93

Please sign in to comment.