@codyholmes/signature-helper

Creates and checks hmac signatures

Usage no npm install needed!

<script type="module">
  import codyholmesSignatureHelper from 'https://cdn.skypack.dev/@codyholmes/signature-helper';
</script>

README

Node Signature Helper

Creates and checks hmac signatures

Must had the following ENV variables set:

  • SIGNING_SECRET

For testing purposes set process.env.NODE_ENV to "development"