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

Usage

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

§Classes

SignedCookieStore

Signed Cookie Store

A partial implementation of the Cookie Store API that transparently signs and verifies cookies via the Web Cryptography API.

§Interfaces

CookieInit
CookieListItem
CookieStore

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

CookieStoreDeleteOptions
CookieStoreGetOptions
DeriveOptions
SignedCookieStoreOptions

§Type Aliases

CookieList
CookieSameSite