ssxserverconfig
Configuration interface for ssx-server
Signature:
export interface SSXServerConfig
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 modified 5mo ago