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

Add sample test cases for Passwordless functionality #13

Open
mfaisalkhatri opened this issue Jan 27, 2022 · 2 comments
Open

Add sample test cases for Passwordless functionality #13

mfaisalkhatri opened this issue Jan 27, 2022 · 2 comments
Assignees

Comments

@mfaisalkhatri
Copy link
Owner

No description provided.

@Tytheris
Copy link

1-Verify that the user can login using a passwordless authentication method.
2-Verify that the user is not required to enter a password during the authentication process.
3-Verify that the system sends an email or SMS message to the user with a verification code or link to complete the authentication process.
4-Verify that the verification code or link is valid for a limited time only.
5-Verify that the user can request a new verification code or link if the old one has expired or been invalidated.
6-Verify that the verification code or link is unique and cannot be used more than once.
7-Verify that the system displays an appropriate error message if the user enters an incorrect verification code or link.
8-Verify that the system blocks access to the user's account if too many incorrect verification attempts are made.
9-Verify that the user can update their email or phone number used for passwordless authentication.
10-Verify that the user can disable or enable the passwordless authentication method at any time

@HarikaB11
Copy link

Hi, I would like to take this issue.

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

3 participants