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

docs: connectionless proof #1448

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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

Signed-off-by: mixmix <mix@protozoa.nz>
Signed-off-by: mixmix <mix@protozoa.nz>
Signed-off-by: mixmix <mix@protozoa.nz>
@mixmix mixmix requested a review from a team as a code owner 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
…roof

Signed-off-by: mixmix <mix@protozoa.nz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant