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?
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...