Get password on password change or password forgot
-
Hello, I am using a separate database for storing the user info. Is there a way to get the password through webhook 'user.password.reset.success' or any other that are triggered on forgot/change password? I've read the documentation but couldn't find a solution. Thanks
-
Thanks for using FusionAuth!
Getting the password via API is not possible.
If you want to migrate away from FusionAuth and need the password hash for that purpose, you can use a database export.
In general, if you are using FusionAuth as your auth server, passwords should remain within FusionAuth and no where else.