Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

tryflux/open-banking-verification

Repository files navigation

Open Banking Request Signing Verification Example.

Development

Make sure you have node installed. This has been tested with node 12 >.

See Also:

  1. JWS Signing for Receipt WebHooks in our documentation
  2. RFC-7797 JSON Web Signature (JWS) Unencoded Payload Option
  3. 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