Skip to content

Conversation

@mixmix
Copy link
Contributor

@mixmix mixmix commented Nov 18, 2024

Base branch: #1447 first)
See diff : b5efc5f

Adds

  • a page for connectionless proof
  • link in sidebar

@mixmix mixmix requested a review from a team November 18, 2024 09:55

```mermaid
---
title: Verifier Flow
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about the internal states with connectionless flows.

The protocol consists of the following main parts:

1. The Verifier creates a new proof presentation request invite using the [`/present-proof/presentations/invitation`](/agent-api/#tag/Present-Proof/operation/createOOBRequestPresentationInvitation) endpoint. This returns a unique out-of-band (OOB) invite code which can be used to intiated a presentation request.
2. The Holder/Prover receives the OOB invite code (via some communication channel), and accepts the invitation, triggering a presentation request.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to describe what "accepting an invite" means. If you're working with an SDK that's more clear as they have methods, but I think these docs are a bit more generic, and open-agent-centric right? So do we need to describe how to unpack it, build the message to send? (seems verbose)

@github-actions github-actions bot added the docs label Nov 19, 2024
Copy link
Contributor

@FabioPinheiro FabioPinheiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mineme0110 can you review this? LGTM

@yshyn-iohk yshyn-iohk removed the docs label May 30, 2025
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

Successfully merging this pull request may close these issues.

3 participants