Interface CookieSignatureMiddlewareOptions

Options for cookie signature middleware.

Hierarchy

  • CookieSignatureMiddlewareOptions

Properties

Properties

cookies: string[]

An array of cookie keys to verify the signature for.

secret: CryptoKey

The secret key used to sign the cookie.

Generated using TypeDoc