hyperledger / aries-rfcs

Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions
https://hyperledger.github.io/aries-rfcs/
Apache License 2.0
326 stars 217 forks source link

Goal Code for a flow that simulates a connectionless present proof using a connection #792

Closed swcurran closed 8 months ago

swcurran commented 1 year ago

Per the addition to the goal codes list -- useful when you want to do a connection-less present proof using a QR code, but the OOB message is too large for the QR code, and URL shortening is not an option. With this, establish the connection, do the present proof protocol, and delete the connection.

@jleach @cvarjao

BTW -- not sure where is the best place to create a repository of goal codes to use. We should discuss that as part of the review of this PR.

Signed-off-by: Stephen Curran swcurran@gmail.com