1
0
Fork 0
mirror of synced 2024-08-23 22:21:42 +12:00
appwrite/docs/references/auth/recovery-reset.md

3 lines
534 B
Markdown
Raw Normal View History

Use this endpoint to complete the user account password reset. Both the **userId** and **token** arguments will be passed as query parameters to the redirect URL you have provided when sending your request to the /auth/recovery endpoint.
Please notice that in order to avoid a [Redirect Attacks](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md) the only valid redirect URL's are the once from domains you have set when added your platforms in the console interface.