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"
Creates and checks hmac signatures
<script type="module">
import codyholmesSignatureHelper from 'https://cdn.skypack.dev/@codyholmes/signature-helper';
</script>
Creates and checks hmac signatures
Must had the following ENV variables set:
For testing purposes set process.env.NODE_ENV to "development"