yarn install
yarn serve
yarn build
yarn lint
The project currently relies on local copies of the Azure attestation JWS signing keys:
refer to src/utils/jwt.ts
To refresh these local copies, run:
yarn refresh-azure-certs
Changes to the local copy should probably be committed at least whenever a kid
(Key ID) changes.
Changes to the x5c
(X.509 Certificate Chain) fields can probably be considered transient: these change on an ongoing basis.