Password Verification #270
-
Hello ORY team,I am new to the ORY network and I'm working on a function to update a user's password. I would like to add a step where the user must provide their current password, along with the new password they wish to set. The server needs to check if the provided current password is correct, and if it is, update the password to the new one. I'm using the ory/client library and I'm not sure how to perform the password verification step. Can you please assist me with this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Assuming you log in users with their password, a good way to achieve the desired security level is to require a privileged session for a password change. |
Beta Was this translation helpful? Give feedback.
Assuming you log in users with their password, a good way to achieve the desired security level is to require a privileged session for a password change.