Scopevisio / eudgc

A totally free (Apache 2.0) implementation of the Covid Vaccination Certifcate parsing and validation (more accurately EuDGC) in Javascript/Typescript. This works completely on the client side if needed. Serverside is possible too of course.
23 stars 13 forks source link

can it understand if a covid certificate has been revoked? #3

Open belqit opened 3 years ago

belqit commented 3 years ago

Hi

srutz commented 2 years ago

Hi Belqit, no. Currently no database for revoked certificates is being integrated or querried by the project. I am not aware of a centralized one, any clues/hints are welcome!

nicoburns commented 2 years ago

@srutz I believe revoked certificates are simply removed from the list of valid certificates, and it is recommended to update the list at least once a day. It might be better to allow passing the allowed certificates in rather than embedding them in the library.