Forgot Password
Last updated
Was this helpful?
Last updated
Was this helpful?
This function returns a password reset code.
A password reset code is a string you send to the user's email (along with a link) in case they forget their password. You should specify the minutesToExpire
to indicate when this code will be invalid.
Your password reset link should look something like https://{your_web_app_url}/verify/{code}
Then when the user lands on your web application, and enters their new password, you will include the code in the mutation to let Warpgate know which user this code belongs to.
Query
Variable
Response