Skip to main content
Module

x/shed/signed-cookie-store.ts>SignedCookieStoreOptions

All Worker Tools under a single roof
Latest
interface SignedCookieStoreOptions
import { type SignedCookieStoreOptions } from "https://deno.land/x/shed@v0.1.0-pre.10/signed-cookie-store.ts";

Properties

optional
keyring: readonly CryptoKey[]

One or more crypto keys that were previously used to sign cookies. SignedCookieStore will try to verify the signature using these, but they are not used for signing.