You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a config item that contains an array of remote DID registries (known verifier lists) to fetch
Add logic to the VC validation step that checks to see if the VC's issuer is in one of those registries specified in the config.
Use the https://github.com/digitalcredentials/issuer-registry-client for this. (You will likely need to implement issue Update README issuer-registry-client#2 first, since the client usage is currently undocumented.)
Do the check after verification (after the vc.verifyCredential() step).
The text was updated successfully, but these errors were encountered:
Use the https://github.com/digitalcredentials/issuer-registry-client for this. (You will likely need to implement issue Update README issuer-registry-client#2 first, since the client usage is currently undocumented.)
Do the check after verification (after the
vc.verifyCredential()
step).The text was updated successfully, but these errors were encountered: