Skip to main content
Latest
interface EncryptedCookieStoreOptions
import { type EncryptedCookieStoreOptions } from "https://deno.land/x/shed@v0.1.0-pre.10/encrypted-cookie-store.ts";

Properties

optional
keyring: readonly CryptoKey[]

One or more crypto keys that were previously used to encrypt cookies. EncryptedCookieStore will try to decrypt cookies using these, but they are not used for encrypting new cookies.