-
Notifications
You must be signed in to change notification settings - Fork 57
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
Refactor creation and signing of verifiable presentation for web5-js #351
Comments
We need Verifiable Presentations to wrap our presentationSubmission. An example can be found here: https://identity.foundation/presentation-exchange/#presentation-submissions Currently we have this (only presentationResult object, no VerifiablePresentation)
I suggest we change it to be like this:
The change to our existing codebase will be to:
|
closing for duplicate: decentralized-identity/web5-kt#175 |
this ticket is for JS right? the "dup" is for KT |
in pr #382 |
Since signing has changed and we use the did's key manager instead of signOptions it is now time to bring back VerifiablePresentation
Will be similar in scope to the changes that happend recently here #302 but for VPs
The text was updated successfully, but these errors were encountered: