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

Adjust Verifiable Presentation endpoint + client #697

Open
dominic22 opened this issue Sep 8, 2022 · 0 comments
Open

Adjust Verifiable Presentation endpoint + client #697

dominic22 opened this issue Sep 8, 2022 · 0 comments

Comments

@dominic22
Copy link
Contributor

dominic22 commented Sep 8, 2022

In this ticket #677 we successfully shown that we can sign a verifiable credential with existing node js signatures. To avoid a dependency to the identity.rs-wasm in the client we will create the VP by the backend. The client can then sign this VP to have it verifiable.

  • add endpoint POST /verification/create-vp <- return unsgined VP
    • receives as body: List of VerifiableCredentials or single VerifiableCredential
  • add tests
  • add swagger docs
  • add signVerifiablePresentation as method to the client to sign the credential
@dominic22 dominic22 changed the title Adjust VP endpoint + client Adjust Verifiable Presentation endpoint + client Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant