Open
Conversation
Signed-off-by: mixmix <mix@protozoa.nz>
Signed-off-by: mixmix <mix@protozoa.nz>
Signed-off-by: mixmix <mix@protozoa.nz>
mixmix
commented
Nov 18, 2024
|
|
||
| ```mermaid | ||
| --- | ||
| title: Verifier Flow |
Contributor
Author
There was a problem hiding this comment.
I'm not sure about the internal states with connectionless flows.
mixmix
commented
Nov 18, 2024
| 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. |
Contributor
Author
There was a problem hiding this comment.
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)
…roof Signed-off-by: mixmix <mix@protozoa.nz>
Contributor
FabioPinheiro
left a comment
There was a problem hiding this comment.
@mineme0110 can you review this? LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base branch: #1447 first)
See diff : b5efc5f
Adds