VijayOriginal post
Rank 1: Thread
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!
Summary
Title: Verifying Users via Email-Password Method in Appwrite
Developers are encountering errors when trying to verify users through email-password method in Appwrite. They are looking to ensure that only valid emails are accepted during the authentication.
Solution: Make sure to confirm the email verification with `await account.createVerification(email);` to ensure valid users are authenticated.