You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When we run the app in dev mode, we get the extremely helpful option to paste a QR code (instead of scanning it via a webcam or such).
However, converting a QR binary to a form_encoded requires some hoops to jump through.
While, in most setups, when developing, we have plain-text values behind the QR code available.
E.g.
openid://?request_uri=https%3A%2F%2Ffake.example.com%2Fproxy%2Fget-offer%2F3cREDACTED&client_id=did%3Akey%3AzREDACTEDThat way, getting a value from an issuer, verifier, etc into the wallet is even easier. Would this be feasible and easy to implement?
Beta Was this translation helpful? Give feedback.
All reactions