Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for trust registries to the verifier #3

Closed
2 tasks
kayaelle opened this issue May 9, 2023 · 2 comments
Closed
2 tasks

Add support for trust registries to the verifier #3

kayaelle opened this issue May 9, 2023 · 2 comments
Assignees

Comments

@kayaelle
Copy link
Member

kayaelle commented May 9, 2023

  • 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).
@kayaelle kayaelle added the help wanted Extra attention is needed label May 15, 2023
@kayaelle kayaelle added this to the Sign-and-Verify Refactor milestone May 15, 2023
@dmitrizagidulin dmitrizagidulin removed the help wanted Extra attention is needed label May 22, 2023
@dmitrizagidulin dmitrizagidulin removed their assignment May 23, 2023
@kayaelle
Copy link
Member Author

kayaelle commented Aug 9, 2023

Please reach out @dmitrizagidulin for guidance.

@kayaelle
Copy link
Member Author

kayaelle commented Aug 9, 2023

Related to digitalcredentials/web-verifier-plus#52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (Deployed)
Development

No branches or pull requests

6 participants