diff --git a/server/convergent/routers/auth.py b/server/convergent/routers/auth.py index 9baff54..e640268 100644 --- a/server/convergent/routers/auth.py +++ b/server/convergent/routers/auth.py @@ -76,7 +76,7 @@ async def login( value=access_token, httponly=True, secure=True, - samesite="strict", + samesite="none", ) return {"access_token": access_token, "token_type": "bearer"}