I have 2 use cases where i need to verify a users password outside of login,
e.g. Updating user account data (such as name, or prefs, or data in a users database connected to the user)
I want it to prompt for user password before saving the changes, but i have not found a way to do that yet, right now i am playing with doing a change of phone/email to force it, but I am not too fond of this approach
right now i am using password update, to update it to the same password for verification
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- 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 ...