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

[VwG] Add verification flow example to DaysUntilBirthday Sample App. #452

Merged
merged 9 commits into from
Jul 16, 2024

Conversation

brnnmrls
Copy link
Member

@brnnmrls brnnmrls commented Jul 8, 2024

The following changes add the VwG flow to the DaysUntilBirthday Sample App. Once the user clicks 'Verify My Age' on the UserProfileView and navigates to VerificationView. The verify flow commences and either returns a token response or an error. If there's a returned token response, then the VerificationView prints that it's a verified account along with details of the refresh and access tokens. If an error is returned, then the VerificationView displays "Unverified Account" along with a loading icon.

The refresh feature and exercising the tokens will be sent out in separate PRs.

@brnnmrls brnnmrls self-assigned this Jul 8, 2024
@brnnmrls brnnmrls linked an issue Jul 8, 2024 that may be closed by this pull request
@brnnmrls brnnmrls requested a review from mdmathias July 8, 2024 23:46
@brnnmrls brnnmrls marked this pull request as ready for review July 9, 2024 01:24
@brnnmrls brnnmrls requested a review from mdmathias July 10, 2024 19:53
@brnnmrls brnnmrls requested a review from mdmathias July 11, 2024 22:16
@brnnmrls brnnmrls requested a review from mdmathias July 13, 2024 01:13
Copy link
Collaborator

@mdmathias mdmathias left a comment

Choose a reason for hiding this comment

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

LGTM. Please make sure the integration tests pass prior to merging. Thanks!

@brnnmrls brnnmrls merged commit 6ce9b8d into briannamorales/vwg-flow Jul 16, 2024
12 checks passed
@brnnmrls brnnmrls deleted the briannamorales/verifyFlowExample branch July 16, 2024 23:32
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.

Create example of VwG flow in existing "DaysUntilBirthday" sample app.
2 participants