Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as encryptedCookieStore from "https://raw.githubusercontent.com/worker-tools/encrypted-cookie-store/master/index.ts";

§Classes

EncryptedCookieStore

Encrypted Cookie Store

A partial implementation of the Cookie Store API that transparently encrypts and decrypts cookies via AES-GCM.

§Interfaces

CookieInit
CookieListItem
CookieStore

A verbatim TypeScript translation of the interfaces defined in the WICG Cookie Store API working draft.

CookieStoreDeleteOptions
CookieStoreGetOptions
DeriveOptions
EncryptedCookieStoreOptions

§Type Aliases

CookieList
CookieSameSite