@interop/zcap
v11.0.3
Published
Authorization Capabilities reference implementation.
Readme
zcap (@interop/zcap)
JavaScript reference implementation for Authorization Capabilities.
Table of Contents
Background
TODO
Security
TBD
Install
- Modern browsers and Node.js >= 24 are supported.
This is an ESM-only package ("type": "module"); the published build lives in
dist/ (compiled JS + .d.ts type declarations).
To install from NPM:
npm install @interop/zcapTo install locally (for development):
git clone https://github.com/interop-alliance/zcap.git
cd zcap
pnpm installUsage
TBD
Develop
The source is TypeScript under src/; tests use Vitest
(Node) and Playwright (browser).
pnpm run build # compile src/ -> dist/ (JS + .d.ts)
pnpm run lint # ESLint (flat config) over src + test
pnpm run format # Prettier
pnpm run test-node # Vitest (Node)
pnpm run test-browser # Playwright (Chromium) — run `pnpm exec playwright install chromium` once
pnpm test # lint + test-node + test-browserContribute
See the contribute file!
PRs accepted.
If editing the Readme, please conform to the standard-readme specification.
Commercial Support
Commercial support for this library is available upon request from Digital Bazaar: [email protected]
License
New BSD License (3-clause) © Digital Bazaar
