samesite

Home > @spruceid/ssx-server > SSXCookieOptions > sameSite

SSXCookieOptions.sameSite property

Prevents Cross Site Request Forgery Attacks by telling the browser to only send cookies with request from your site. The lax setting allows GET requests from other sites. Recommended true for production.

Signature:

sameSite: boolean | 'lax' | 'strict' | 'none' | undefined;

Last updated