ssxserverconfig
Home > @spruceid/ssx-server > SSXServerConfig
SSXServerConfig interface
Configuration interface for ssx-server
Signature:
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(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