Hey Pal,
i'm using flutter for my project, how do i verify that a user email account has been verified?
Import Appwrite models and use user.emailVerification
yes, you are right, but i want to check if a particular user that has been login is verified else redirect them to a page where that are to input an otp code from their email
If you meant the currently logged-in user, indeed the Appwrite user model will have the current user info. So, calling user.emailVerification will return a boolean value indicating whether the user's email is verified
Recommended threads
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...