-
Notifications
You must be signed in to change notification settings - Fork 184
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
[Feature Request] The email sign in support verification code. #68
Comments
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊 You can also check our CONTRIBUTING.md for guidelines on contributing to this project. |
Hi @ahaapple, I have 2 years of experience as a web developer, and I would love to work on implementing the email verification code feature. Additionally, I can focus on making the verification process more user-friendly. Could you please assign this issue to me? Thanks! |
@Che140401 Assigned, Thank you! |
Hey @ahaapple I am very keen to work on this issue. I would be really happy if you could assign this issue to me. |
@rohitmore07 Assigned,thank you |
@ahaapple Got it! To clarify, I need to add a new login page with : An email login section supporting both magic links and verification codes. Please confirm if this is correct, and I'll proceed. |
Yes. we could let the user input verification codes with https://ui.shadcn.com/docs/components/input-otp. |
Okay |
Is there an existing issue for this?
Feature Description
Currently, the way to log in via email is to send a magic link, which is not very user-friendly. So we hope to support the way to also send verification codes via email.
We can allow users to click on the link, or we can ask them to enter a verification code (when on different devices)
The verification code can be generated based on the token, 6 digits
The related code is here:
frontend/lib/auth/auth-sind-request.ts
Use Case
Make user email verification more friendly.
Benefits
No response
Add Screenshots
No response
Priority
Medium
Record
The text was updated successfully, but these errors were encountered: