Skip to content
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

Simple Reader App #449

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

suzannajiwani
Copy link
Contributor

@suzannajiwani suzannajiwani commented Jan 17, 2024

Adding sample for a simple age-verification reader app demonstrating use of the MdocReaderPrompt class, which allows any app to easily act as a reader app for the common age-verification use case. This class abstracts much of the VerificationHelper details for a simpler API which only requires an MdocReaderSettings object as input before it can be shown. The MdocReaderPrompt object, once created, has a show method which will show relevant UI on-screen for in-person verification. Data from the transaction is not passed back to the app.

Signed-off-by: Suzanna Jiwani [email protected]

@suzannajiwani suzannajiwani force-pushed the master branch 2 times, most recently from 8827496 to fc3db11 Compare January 17, 2024 23:37
Copy link
Contributor

@davidz25 davidz25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to go in the (not yet existing) samples/ sub-directory.

@suzannajiwani suzannajiwani force-pushed the master branch 14 times, most recently from 0c1b7f0 to dc121be Compare January 29, 2024 16:35
use of the MdocReaderPrompt class, which allows any app to easily act
as a reader app for the common age-verification use case. This class
abstracts much of the VerificationHelper details for a simpler API which
only requires an MdocReaderSettings object as input before it can be
shown. The MdocReaderPrompt object, once created, has a `show` method
which will show relevant UI on-screen for in-person verification. Data
from the transaction is not passed back to the app

Signed-off-by: Suzanna Jiwani <[email protected]>
@davidz25 davidz25 merged commit 393bc52 into openwallet-foundation-labs:main Jan 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants