@worker-tools/signed-cookie-store
TypeScript icon, indicating that this package has built-in type declarations

0.3.0-pre.8 • Public • Published

Signed Cookie Store

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

This is likely only useful in server-side implementations, but written in a platform-agnostic way.


This module is part of the Worker Tools collection

Worker Tools are a collection of TypeScript libraries for writing web servers in Worker Runtimes such as Cloudflare Workers, Deno Deploy and Service Workers in the browser.

If you liked this module, you might also like:

  • 🧭 Worker Router --- Complete routing solution that works across CF Workers, Deno and Service Workers
  • 🔋 Worker Middleware --- A suite of standalone HTTP server-side middleware with TypeScript support
  • 📄 Worker HTML --- HTML templating and streaming response library
  • 📦 Storage Area --- Key-value store abstraction across Cloudflare KV, Deno and browsers.
  • 🆗 Response Creators --- Factory functions for responses with pre-filled status and status text
  • 🎏 Stream Response --- Use async generators to build streaming responses for SSE, etc...
  • 🥏 JSON Fetch --- Drop-in replacements for Fetch API classes with first class support for JSON.
  • 🦑 JSON Stream --- Streaming JSON parser/stingifier with first class support for web streams.

Worker Tools also includes a number of polyfills that help bridge the gap between Worker Runtimes:

Fore more visit workers.tools.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @worker-tools/signed-cookie-store

    Weekly Downloads

    46

    Version

    0.3.0-pre.8

    License

    MIT

    Unpacked Size

    42.2 kB

    Total Files

    11

    Last publish

    Collaborators

    • qwtel