Hey, So I'm building a Saas product &I'm excited to use saas as by backend service. But I figured out the signing users via email and password, but how can I verify the inputted email is a valid email as even if user enters the wrong email,it's now entering into the Auth session of appwrite. How can I make this verified, so it can Valid users only. Any help would be appreciated Thanks!
This is my code
I used await account.createVerification(email); for creating verification email. however getting these errors
Recommended threads
- SSL Certificate Failure - Using Appwrite...
When we attempt to apply our custom domain to our appwrite site, we consistently receive the following error. [23:44:49] Processing SSL certificate issuance. ...
- [Self-hosted] Realtime crashes with "Mis...
- Regarding Rate Limits
Hello, I am a student engineer who built an internal website for my university club using AppWrite. My club currently has around 500 members, and when I recent...