OpenGrame
OpenGrame copied to clipboard
[Feature] Email Verification
Description
Right now, I can see that there is no functionality for the verification of users and anyone can sign up on the site with a dummy email. I want to implement email verification for signing up. Please assign me this issue, and I will share my MVC approach for implementing it.
Screenshots
No response
Checklist
- [X] I have checked the existing issues
- [X] I have read the Contributing Guidelines
- [X] I am willing to work on this issue (optional)
Hello adarsh-jha-dev! Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊
Please make sure to follow our Contributing Guidelines. 💪🏻
Please only work on an issue if you're assigned; otherwise, the PR will be automatically closed. Our review team will carefully assess the issue and reach out to you soon! 😇 We appreciate your patience!
Hey @Nishitbaria , I was a bit busy with some other work, now I am extensively working on this, so i request you to please keep this issue opened and assigned to me only. Thanks
Hey @Nishitbaria , to implement this verification, should i go with resend.com for sending the email because there you'd need to purchase a domain or yours to send email to all the users otherwise the default one will only allow you to send emails on your email only , so like i can create the resend api key from my email, test the functionality of the email verification and then when i push my changes , you just update the .env file with your resend api keys , will it be ok?
Or do you want me to go through the verification procedure of AppWrite only? I guess they also have some user verification techniques.