A library for invoking Authorization Capabilities via HTTP signatures
  • JavaScript 100%
Find a file
2022-11-13 15:32:21 -05:00
.github/workflows Order jobs. 2022-06-07 22:40:47 -04:00
lib Fix linting errors. 2022-11-13 15:32:21 -05:00
tests Fix linting errors. 2022-11-13 15:32:21 -05:00
.eslintrc.cjs Use prefer-node-protocol rule. 2022-06-07 22:40:47 -04:00
.gitignore Setup CI and coverage workflow. 2020-04-16 15:35:17 -04:00
CHANGELOG.md Update changelog. 2022-06-07 22:41:41 -04:00
karma.conf.cjs Convert to module (ESM). 2022-06-07 22:40:47 -04:00
LICENSE Update copyright notices. 2021-03-02 11:25:10 -05:00
package.json Update dev deps. 2022-11-13 15:28:56 -05:00
README.md Use WebCrypto for testing. 2022-06-07 22:40:47 -04:00

http-signature-zcap-invoke (@digitalbazaar/http-signature-zcap-invoke)

A library for invoking Authorization Capabilities via HTTP signatures

Install

  • Browsers and Node.js 14+ are supported.
  • Web Crypto API required. Older browsers and Node.js 14 must use a polyfill.

To install from NPM:

npm install @digitalbazaar/http-signature-zcap-invoke