Back

How to really verify Users via EMAIL-PASSWORD Methord in Appwrite

  • 0
  • Web
Vijay
8 Apr, 2024, 15:05

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!

TL;DR
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.
Vijay
8 Apr, 2024, 15:31

This is my code

Vijay
8 Apr, 2024, 15:31
Vijay
8 Apr, 2024, 15:32

I used await account.createVerification(email); for creating verification email. however getting these errors

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more