Skip to content

Commit f051654

Browse files
cezudasCopilot
andauthored
Update packages/server/api/src/app/authentication/context/authentication-cookies.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab1c405 commit f051654

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/server/api/src/app/authentication/context/authentication-cookies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export function setAuthCookiesAndReply(
4141
signed: true,
4242
httpOnly: false,
4343
expires: cookieExpiryDate,
44+
sameSite: 'lax',
4445
},
4546
);
4647
}

0 commit comments

Comments
 (0)