bcgov / bc-wallet-mobile

BC Wallet to hold Verifiable Credentials
Apache License 2.0
60 stars 46 forks source link

App attestation proof request from anywhere/any issuer #2047

Closed cvarjao closed 1 month ago

cvarjao commented 2 months ago

Description of feature / user story

Acceptance Criteria

When scanning a QR Code or opening a deep link If receives a proof request for app attestation, stays in "wait/load" screen after successful presentation

Implementation Notes

Wireframes or relevant image assets / links

References

jleach commented 1 month ago

@cvarjao I think the logic needs to be: if a proof comes in just for attestation, respond to it. If its attestation + any other credential, just make sure we have an attestation credential. The user must respond as per the acceptance criteria. Really its just like any other proof request at that point.

bryce-mcmath commented 1 month ago

has been working without issue for quite a while now, closing