Skip to content

Commit

Permalink
remove samesite prop from cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebyshev committed Feb 11, 2024
1 parent c332a1d commit 7d603b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shvatka/api/dependencies/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ async def login(
"Authorization",
value=f"{token.token_type} {token.access_token}",
httponly=True,
samesite="none",
domain=self.config.domain,
secure=True,
max_age=self.config.token_expire.seconds,
Expand Down

0 comments on commit 7d603b0

Please sign in to comment.