Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

tibordp/eudcc-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages