Is it possible to run a rule when a user requests a password reset?
Last Updated:
Overview
Cause
Solution
- Set up the Log Streaming as per the instructions below. Once you receive the `type:scpr` event from Auth0, you can trigger a function in your backend application, e.g. use the Management API to update a user.
- Build a custom login page, and assign two functions that should be called at a click of the Reset password button:
- Make a call to the Management API to update a user
- Make a call to the Authentication API to request a password reset