adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
2 stars 0 forks source link

Implement the mediator out of band invitation #67

Closed francis-pouatcha closed 3 months ago

hugoib commented 10 months ago

OOB Inv: Is an unencrypted message (In the form of an URL or QR code that contains a b64urlencode JWM) with the mediator public DID.

This is the first step in the interaction with the Mediator. The following one is the mediation coordination where a 'request mediation' request is created and performed.

Examples:

image

The parsed embedded query parameter looks like:

image

Documentation:

Christiantyemele commented 3 months ago

This issue was merged here

francis-pouatcha commented 3 months ago

https://github.com/adorsys/didcomm-mediator-rs/tree/iss-67--oob-invitation, https://github.com/adorsys/didcomm-mediator-rs/pull/74