Make sure you have node installed. This has been tested with node 12 >.
See Also:
- JWS Signing for Receipt WebHooks in our documentation
- RFC-7797 JSON Web Signature (JWS) Unencoded Payload Option
- Open Banking UK v3.1.4 | Request Headers
Running this example:
npm ci // install dependencies from package-lock.
npm run start // start/run the code. Not much to see here as it wont do anything
npm run lint // show linting results on the command line
npm run lint:fix // fix linting errors