bcgov/vc-authn-oidc

Feedback on the QR page when scanning with device camera (instead of App)

loneil opened this issue · 0 comments

We can now use a device camera with the QR code scan, and that actions a deep link that will invoke the BC Wallet app to open up and go get the proof payload.

This differs from scanning the QR code when already inside the app, which redirects the VCauthN route that delivers the proof.

When using the camera->deep link method, the route that changes the status and sends the webhook message is not invoked. So the page doesn't look like it's pending to the user on the QR screen.

We'll need to address this to get the right UX for camera-scanning.

Camera.scan.mp4