diff --git a/shvatka/api/dependencies/auth.py b/shvatka/api/dependencies/auth.py index bea2ae87..7aea4a5b 100644 --- a/shvatka/api/dependencies/auth.py +++ b/shvatka/api/dependencies/auth.py @@ -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,