
For example, when the user delete some items in the list, it required to fill up their password. Now, my question is what api method should I use in appwrite ?

This is called step up authentication. I would do this using a function. The function can attempt to create a session to verify the password (or manually verify the Password hashes) and then perform the delete operation

thanks steve

[SOLVED] Confirming Password
Recommended threads
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- [SOLVED] Access ExecutionStatus of a fun...
I am calling a cloud function from the newest Flutter SDK 20.2.1with the `xasync: false` flag and get the result, but the `execution.status` is not a String and...
- CLI login on self hosted with docker
Hi, I have a working docker setup with traefik in front of the services. Everything works as expected except for login with CLI. I've tried with `appwrite cli...
