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 ?
TL;DR
The user had a question about how to confirm a password in an app using Appwrite API. A user named Steve provided a solution by suggesting to use a function to create a session and verify the password before performing the delete operation. The user thanked Steve for the solution.
Drake
21 Oct, 2023, 07:06
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