This commit is contained in:
Manus Sandbox
2025-11-19 08:36:23 -05:00
parent 1313a45879
commit 5085159cf7
75 changed files with 127 additions and 15617 deletions

View File

@@ -42,7 +42,7 @@ export function getSessionCookieOptions(
return {
httpOnly: true,
path: "/",
sameSite: "lax",
sameSite: "none",
secure: isSecureRequest(req),
};
}