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 verifying VC2.0 Presentations and Credentials #4707

Open
Tracked by #4706
paullatzelsperger opened this issue Jan 9, 2025 · 0 comments
Open
Tracked by #4706
Labels
triage all new issues awaiting classification

Comments

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Jan 9, 2025

Description

This is the "reading" side of things. This issue will introduce the following features:

  • read and verify VC2.0 presentations, that have the EnvelopedVerifiablePresentation type
  • read and verify VC2.0 credentials, that have the EnvelopedVerifiableCredential type

Allowed combinations

When encountering VC2.0 presentations (determined by the context "https://www.w3.org/ns/credentials/v2"), the type must be EnvelopedVerifiablePresentation, and it must contain a credential of type EnvelopedVerifiableCredential.

Proofs

only enveloping proofs in JOSE format (JWT) are supported

@github-actions github-actions bot added the triage all new issues awaiting classification label Jan 9, 2025
@paullatzelsperger paullatzelsperger changed the title Add support for verifying VC2.0 Presentations and Credentials: this is the "reading" side of things Add support for verifying VC2.0 Presentations and Credentials Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage all new issues awaiting classification
Projects
None yet
Development

No branches or pull requests

1 participant