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
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...