Skip to content

Commit

Permalink
SET SAME_SITE=LAX
Browse files Browse the repository at this point in the history
this is REALLY IMPORTANT!!!
  • Loading branch information
chennisden committed May 30, 2024
1 parent 90942e1 commit afc739d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions store/app/api/routers/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def set_token_cookie(response: Response, token: str, key: str) -> None:
value=token,
httponly=True,
secure=False,
# samesite="strict",
samesite="none",
samesite="Lax",
)


Expand Down

0 comments on commit afc739d

Please sign in to comment.