Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 559 Bytes

hmac-signature-generator

This web app lets you generate an HMAC signature and build a cURL for commands against b.well's HMAC-authenticated APIs.

Running Locally

Once you've installed dependencies with npm install, start a development server:

npm install

npm start

Navigate to http://localhost:5174/

Many of the values will be populated for you, but you'll need to supply the client key, JWT and HMAC secret. Once all the values are filled in, click "Generate" to see the generated signature and copy a cURL you can paste into your console.