simple node service that generates an HMAC token
- Download the zip or clone the reop
- in the root directory, run
node index.js
- in another terminal, run
curl --data "id=MDAwMDAwMDAtMDAwMC0wMDBiLTAxMmMtMDllZGU5NDE2MDAz" http://localhost:3000/hmac
- In the root directory, simply run
jest
.