Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Adjust Verifiable Presentation endpoint + client #697

Description

@dominic22

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions