Zeke(Jafesu)Original post
Rank 3: Container
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
Summary
There's a need for an API endpoint to verify passwords outside of login. Currently, the user is updating the password to the same one for verification. They want to prompt for the user's password before saving changes but are unsure how to achieve this without resorting to alternative approaches like changing phone/email.