-
Notifications
You must be signed in to change notification settings - Fork 0
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
integrate a scanning functionality to obtain the OOB invitation #20
base: main
Are you sure you want to change the base?
Conversation
…ice-layer-for-mediator-oob-inv-and-contact-exchange
I tried scanning from your branch, it isn't working, can you also check that please? |
About the error you have after scanning the QR Code of the didcomm-mediator-rs, I feel like it is an internal issue cause I also have the issue but testing with a different Mediator it works well. |
Is it working with the mediator rootsid, cuz i am testing with the rootsid mediator? |
Yeah, for me it works with the RootsID DIDComm |
About the errors i pasted above, they still persist. I confirm that i have tested with 2 other mediators. Please look into them again. |
…ice-layer-for-mediator-oob-inv-and-contact-exchange
About the error we are getting after the scan, i realized the issue could be coming from the MediatorCoordnation.ts file because the Buffer.from method seem not to recognize the "base64url" encoding which we are using but rather it supports standard encoding like base64. I suggest we convert the base64url string to a standard base64 string before encoding. |
I don't think so @mbunwe-victor, find the examples when each of them are used below, and also i dont think that should be an issue, but nevertheless, i'll do the modifications and run the test, to see the result. |
…ice-layer-for-mediator-oob-inv-and-contact-exchange
…e-part-that-integrates-with-the-service-layer-for-mediator-oob-inv-and-contact-exchange
…or-mediator-oob-inv-and-contact-exchange' of github.com:ADORSYS-GIS/wallet-vc into feat/9-fe-part-that-integrates-with-the-service-layer-for-mediator-oob-inv-and-contact-exchange
So this is what i think we need to do, though its not precise in the tickets description. WDUT @IngridPuppet @hugoib ? |
I thought it makes sense to reuse our QR code sharing view. did:peer addresses are definitely not user-friendly. |
Yes yes, this also best: |
So about this discussion, So this is what i think we need to do, though its not precise in the tickets description. |
No description provided.