I see that after a successful email OTP process, user status still shows as "unverified" on Auth dashboard. Shouldn't it be automatically set as "verified" as user signed in with email otp and in a way verified email. Or is there a way to programmatically verify it after a successful email otp process?
TL;DR
Developers are noticing that the user status remains 'unverified' on the Auth dashboard even after a successful email OTP process. They are wondering if the user status should automatically change to 'verified' once they sign in with email OTP. They are also asking if there is a way to programmatically verify the user after a successful email OTP process.
Solution: Look into your authentication system settings to ensure that the verification status is updated correctly after a successful email OTP process. Check if there is an option to programmatically verify users in this scenario.Recommended threads
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...