Last updated 2 years ago
Was this helpful?
> > >
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;