Skip to content

Releases: elmariachi111/ultimate-non-infectious-verifier

renamed to univax

20 Feb 23:48
6f1a8e8
Compare
Choose a tag to compare
renamed to univax Pre-release
Pre-release

updated all readmes, adds a readme with demo code to core, published on npm.

normalizing credential subjects to common immunizations

17 Feb 21:05
31d9f5d
Compare
Choose a tag to compare

adds all known cdc/cvx codes & their metadata
allows to present different credential schema types
improves & simplifies much better credential card rendering
updates to more recent version of https://schema.org#ImmunizationRecord
uses hbs based credential rendering (hard to not to overdo things here :D)

multi credential types | issuer verification

16 Feb 10:16
cb176f7
Compare
Choose a tag to compare
  • supports 2 credential formats (still not final, only rudimentary, unchecked creation and still not 100% "original")
  • splits credential verification into a hookable split process (ICheckCredentials)
  • adds a "root trust" check on the verifier side that tries to find a proof that an issuer itself is allowed to issue credentials of that type. The verifier checks whether it can find a "proof of provider" credential on a proprietary vc registry using a proprietary repository query implementation (out of scope, good for demos)
  • providers can register service entries on their did. Issuers can store credentials on the credential registry (unsecure, unencrypted). The registry resolves credentials for verifiers.
  • pulls up credential card code to shared frontend (introduces chakra as common dependency)

healthhack2020

08 Feb 20:48
Compare
Choose a tag to compare
healthhack2020 Pre-release
Pre-release
v0.91

healthhack2020