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
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...