signed

Home > @spruceid/ssx-core > SSXCookieOptions > signed

SSXCookieOptions.signed property

Whether or not cookies should be signed. Recommended true for production. Set to true by providing a signing key. If false, cookies can be tampered with on the client.

Signature:

signed: boolean;

Last updated