adorsys / didcomm-mediator-rs

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

OOB Invitation #74

Closed hugoib closed 6 months ago

hugoib commented 7 months ago

MR contains the OOB invitation, using our current plugin structure and testing is not depending on local storage.

Once the OOB invitation is generated, it is stored as separated txt files (the url and the base64 encode of the qr image).

URL is being served at:

http://127.0.0.1:3000/oob_url

Image at:

http://127.0.0.1:3000/oob_qr

Landing page directly at:

http://127.0.0.1:3000