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

The OOB's example in OOBPresentationInvitatio seems wrong #1308

Open
FabioPinheiro opened this issue Aug 29, 2024 · 3 comments
Open

The OOB's example in OOBPresentationInvitatio seems wrong #1308

FabioPinheiro opened this issue Aug 29, 2024 · 3 comments
Assignees

Comments

@FabioPinheiro
Copy link
Contributor

The OOB's example in OOBPresentationInvitatio doesn't seem align with the would be produce

"https://my.domain.com/path?_oob=eyJAaWQiOiIzZmE4NWY2NC01NzE3LTQ1NjItYjNmYy0yYzk2M2Y2NmFmYTYiLCJAdHlwZSI6Imh0dHBzOi8vZGlkY29tbS5vcmcvbXktZmFtaWx5LzEuMC9teS1tZXNzYWdlLXR5cGUiLCJkaWQiOiJXZ1d4cXp0ck5vb0c5MlJYdnhTVFd2IiwiaW1hZ2VVcmwiOiJodHRwOi8vMTkyLjE2OC41Ni4xMDEvaW1nL2xvZ28uanBnIiwibGFiZWwiOiJCb2IiLCJyZWNpcGllbnRLZXlzIjpbIkgzQzJBVnZMTXY2Z21NTmFtM3VWQWpacGZrY0pDd0R3blpuNnozd1htcVBWIl0sInJvdXRpbmdLZXlzIjpbIkgzQzJBVnZMTXY2Z21NTmFtM3VWQWpacGZrY0pDd0R3blpuNnozd1htcVBWIl0sInNlcnZpY2VFbmRwb2ludCI6Imh0dHA6Ly8xOTIuMTY4LjU2LjEwMTo4MDIwIn0="

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"
}
@FabioPinheiro
Copy link
Contributor Author

cc @mineme0110

@mineme0110
Copy link
Contributor

mineme0110 commented Aug 30, 2024

@FabioPinheiro that is old json DIDCOM v1 spec https://identity.foundation/didcomm-messaging/spec/ I think I will update the example encoded

@mineme0110 mineme0110 self-assigned this Aug 30, 2024
@mineme0110
Copy link
Contributor

FIX in this PR #1313

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

2 participants