ssxserverconfig

Home > @spruceid/ssx-core > SSXServerConfig

SSXServerConfig interface

Configuration interface for ssx-server

Signature:

export interface SSXServerConfig 

Properties

PropertyModifiersTypeDescription

(Optional) Connection to a cryptographic keypair and/or network.

string

(Optional) A key used for signing cookies coming from the server. Providing this key enables signed cookies.

boolean

(Optional) Changes cookie attributes. Determines whether or not server cookies require HTTPS and sets the SameSite attribute to 'lax'. Defaults to false

Last updated