@worker-tools/signed-cookie-store

A CookieStore implementation that transparently signs cookies via Web Cryptography API

Usage no npm install needed!

<script type="module">
  import workerToolsSignedCookieStore from 'https://cdn.skypack.dev/@worker-tools/signed-cookie-store';
</script>

README

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.