Skip to content

LG-6139: Implement submission form for password confirmation step#6305

Merged
aduth merged 13 commits intomainfrom
aduth-password-confirm-submit
May 11, 2022
Merged

LG-6139: Implement submission form for password confirmation step#6305
aduth merged 13 commits intomainfrom
aduth-password-confirm-submit

Conversation

@aduth
Copy link
Contributor

@aduth aduth commented May 4, 2022

Why: So that a user can proceed from the password confirmation step to the personal key step.

Testing Instructions:

You'll need to override idv_api_enabled_steps in your local application.yml to enable the new step:

development:
  idv_api_enabled_steps: '["password_confirm","personal_key","personal_key_confirm"]'
  1. Go to http://localhost:3000
  2. Sign in
  3. Go to http://localhost:3000/verify
  4. Complete proofing flow up to and including phone confirmationm
  5. After phone confirmation, you should be directed to /verify/v2/password_confirm
  6. Enter your password
  7. Press Continue
  8. Observe that personal key is shown

Screen recording:

password-confirm.mov

Base automatically changed from aduth-secret-store to main May 5, 2022 12:18
@aduth aduth force-pushed the aduth-password-confirm-submit branch 2 times, most recently from 4bb929f to e2bc7ff Compare May 9, 2022 18:29
aduth added 4 commits May 9, 2022 15:50
So we can use requestIdleCallback confidently
So that route name aligns to the submitted step
changelog: Upcoming Features, Identity Verification, Add password confirmation step
@aduth aduth force-pushed the aduth-password-confirm-submit branch from e2bc7ff to dfe2b90 Compare May 9, 2022 19:50
@aduth aduth marked this pull request as ready for review May 9, 2022 21:00
@aduth aduth requested a review from a team May 9, 2022 21:00
@aduth aduth changed the title Implement submission form for password confirmation step LG-6139: Implement submission form for password confirmation step May 10, 2022
Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

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

LGTM

@aduth aduth merged commit ee696de into main May 11, 2022
@aduth aduth deleted the aduth-password-confirm-submit branch May 11, 2022 13:47
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