
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
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
