tibordp / eudcc-validator

Validator app for EU Digital Covid Certificates

Home Page:https://eudcc.ojdip.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EUDCC Validator

This is a PWA validator app for EU Digital Covid Certificates.

It targets version 1.3.0 of the DCC spec. It can parse older DCCs, but signature verification may not work correctly.

Trust lists

EUDCC Validator uses these trust lists:

The trust lists are transformed and cached by a CloudFlare worker (source here) and the endpoints are:

This is primarily for CORS reasons, as the trust lists do not have appropriate CORS headers in order to be able to use them directly.

Development

yarn start

When run locally, the test trust root is used, so app can be tested with sample DCCs from https://github.com/eu-digital-green-certificates/dgc-testdata.

Production build

yarn build

The production trust list is used in production build.

About

Validator app for EU Digital Covid Certificates

https://eudcc.ojdip.net

License:MIT License


Languages

Language:JavaScript 94.5%Language:HTML 4.9%Language:CSS 0.3%Language:Shell 0.2%