-
Notifications
You must be signed in to change notification settings - Fork 48
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
Verify Enveloped Credentials and Enveloped Presentations #461
Conversation
The group discussed this on the 2025-02-25 call and found that we do not expect The PR needs to be updated so that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The endpoints will receive application/json
always -- any use of application/vc
or application/vp
are not allowed (even though VCs or VPs posted inside the JSON body are allowed/expected)
…ions" This reverts commit 0417bdb.
3ecf8a0
to
cb03e67
Compare
I made this change. |
Partially addresses #424 . The objective of the PR is to add support for verifying EnvelopedVCs and EnvelopedVPs. This is done by adding enveloped VCs and VPs as possible schemas to the credentials/verify and persentations/verify endpoints respectively.