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

Passwordless Core Profiler Auth - Update login & signup flow #92104

Open
Tracked by #92105
moon0326 opened this issue Jun 26, 2024 · 0 comments
Open
Tracked by #92105

Passwordless Core Profiler Auth - Update login & signup flow #92104

moon0326 opened this issue Jun 26, 2024 · 0 comments

Comments

@moon0326
Copy link
Contributor

moon0326 commented Jun 26, 2024

To enable passwordless login while ensuring backward compatibility for users who registered prior to the introduction of this feature, update the login/signup screen according to the new design.

FIgma: https://www.figma.com/design/Y5pUYSJPsGEud1vknUZhi8/Core-onboarding---Profiler?node-id=3183-8554&t=Xm9FR3eHbwWuWFBz-0

Acceptance criteria

Feature: Trigger Passwordless Login for Eligible Users

Scenario: Eligible user initiates passwordless login

Given a user is on the "One last step!" page
When the user clicks on the "Continue with email" button
And the user is identified as enrolled in the passwordless login feature
Then send a passwordless login email to the user
And display the "Check your email" page

Scenario: Non-passwordless user logs in

Given a user clicks "Continue" on the "Log in to your account" page
When the user is identified as having signed up before the passwordless feature was available
Then present a password input field
When the user enters their password and clicks "Continue"
Then process the login with the provided password

Current design
Screen Shot 2024-06-25 at 12 36 51 PM

Updated designs

image-2
image-4
image-5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants