Skip to content

Commit

Permalink
make samesite requirement laxer
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Oct 19, 2024
1 parent 44dbe9b commit ca1efda
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="lax",
samesite="none",
)
else:
response.set_cookie(
Expand Down

0 comments on commit ca1efda

Please sign in to comment.