Request password reset method
With "Request password reset" method, you can implement password reset functionality in your application.
An email with reset link will be sent to the user email that is returned from email param function.
NOTE
To use this method, you will need to enable authentication in the App configuration
Parameters
- Email: This is a required function field where you can return user's email.
- Redirect url: This is a required function field where you can return the page url in which user will input the new password.