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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...