We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OOB's example in OOBPresentationInvitatio doesn't seem align with the would be produce
identus-cloud-agent/cloud-agent/service/server/src/main/scala/org/hyperledger/identus/presentproof/controller/http/OOBPresentationInvitation.scala
Line 61 in 75b2736
The json looks like
{ "@id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "@type": "https://didcomm.org/my-family/1.0/my-message-type", "did": "WgWxqztrNooG92RXvxSTWv", "imageUrl": "http://192.168.56.101/img/logo.jpg", "label": "Bob", "recipientKeys": [ "H3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV" ], "routingKeys": [ "H3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV" ], "serviceEndpoint": "http://192.168.56.101:8020" }
The text was updated successfully, but these errors were encountered:
cc @mineme0110
Sorry, something went wrong.
@FabioPinheiro that is old json DIDCOM v1 spec https://identity.foundation/didcomm-messaging/spec/ I think I will update the example encoded
FIX in this PR #1313
mineme0110
No branches or pull requests
The OOB's example in OOBPresentationInvitatio doesn't seem align with the would be produce
identus-cloud-agent/cloud-agent/service/server/src/main/scala/org/hyperledger/identus/presentproof/controller/http/OOBPresentationInvitation.scala
Line 61 in 75b2736
The json looks like
The text was updated successfully, but these errors were encountered: