The main package includes a Solid Application Interoperability compliant implementation of the Authorization Agent.
Classes and Interfaces used by the API Handler in the service and a front end using it (e.g. SAI Authorization Agent Web).
Files, which are served with Community Solid Server and can be used for manual testing. It includes a couple of accounts and storage instances with some data.
A minimal set of interfaces, which are used by Components.js.
Jest mocks, which can be injected with Components.js for testing.
- generate github token ( only
packages:read
scope) - Modify
~/.npmrc
(per-user config file) and add line//npm.pkg.github.com/:_authToken=
and the generated token.
yarn install
npx lerna bootstrap
npx lerna run build
npx lerna run test