health-cards/generate-examples
Christian Paquin 69d9295463 Added invalid x5c keys and certs generation 2021-04-01 07:25:07 -04:00
..
.vscode Generate examples at build time, add examples/index.md (#66) 2021-02-11 18:29:57 -06:00
issuer/.well-known Adds x5c in issuer JWKS (#102) 2021-03-31 19:07:10 -05:00
src Merge branch 'main' of https://github.com/smart-on-fhir/health-cards into cp-generate-test-files 2021-04-01 07:16:58 -04:00
.eslintrc.js Generate examples at build time, add examples/index.md (#66) 2021-02-11 18:29:57 -06:00
.gitignore Adds x5c in issuer JWKS (#102) 2021-03-31 19:07:10 -05:00
.prettierrc.js Generate examples at build time, add examples/index.md (#66) 2021-02-11 18:29:57 -06:00
README.md Use `nbf` (#108) 2021-03-29 16:07:33 -05:00
generate-cert-chain-tests.sh Added invalid x5c keys and certs generation 2021-04-01 07:25:07 -04:00
generate-cert-chain.sh Adds x5c in issuer JWKS (#102) 2021-03-31 19:07:10 -05:00
openssl_ca.cnf Adds x5c in issuer JWKS (#102) 2021-03-31 19:07:10 -05:00
openssl_ca_tests.cnf Added invalid x5c keys and certs generation 2021-04-01 07:25:07 -04:00
package-lock.json Merge branch 'main' of https://github.com/smart-on-fhir/health-cards into cp-generate-test-files 2021-04-01 07:16:58 -04:00
package.json Merge branch 'main' of https://github.com/smart-on-fhir/health-cards into cp-generate-test-files 2021-04-01 07:16:58 -04:00
tsconfig.json Generate examples at build time, add examples/index.md (#66) 2021-02-11 18:29:57 -06:00

README.md

SMART Health Cards Example Generator

Generates examples included in the SMART Health Cards Framework specification.

Usage

Install dependencies:

npm install

Generate examples:

npm run generate-examples

Generated examples will be placed in docs/examples