releases.shpreview
Auth0/Auth0 Changelog/New API command within Password Reset / PostChallenge Action Trigger

New API command within Password Reset / PostChallenge Action Trigger

December 10, 2024Auth0 Changelog
$npx @buildinternet/releases show rel_tZovEHYs9W1aNEwBe-5Eg

We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.

Here is an example of using the command to redirect the user to a sample url after a successful password reset:

  exports.onExecutePostChallenge = async (event, api) => {
    api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
  };

You can learn more in our reference documentation.

Fetched April 14, 2026

New API command within Password Reset / PostChallenge Action Trigger — Auth0 Changelog — releases.sh