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
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
The text was updated successfully, but these errors were encountered:
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
Description
This is the "reading" side of things. This issue will introduce the following features:
EnvelopedVerifiablePresentation
typeEnvelopedVerifiableCredential
typeAllowed combinations
When encountering VC2.0 presentations (determined by the context
"https://www.w3.org/ns/credentials/v2"
), the type must beEnvelopedVerifiablePresentation
, and it must contain a credential of typeEnvelopedVerifiableCredential
.Proofs
only enveloping proofs in JOSE format (JWT) are supported
The text was updated successfully, but these errors were encountered: