Browser-oriented password reset link flow.
This endpoint is intended for users clicking password reset links in email.
It validates the token on the backend and redirects the browser to the
stored, validated redirectTo URL with the reset token in the query string.
Redirect query params:
token=...&insforge_status=ready&insforge_type=reset_passwordinsforge_status=error&insforge_type=reset_password&insforge_error=...token: present only when insforge_status=readyinsforge_status: ready or errorinsforge_type: always reset_passwordinsforge_error: present only on error, human-readable messageYour app should render the reset-password form only when insforge_status=ready
and token is present.
64-character password reset token from the email link
Browser redirected to the stored redirect URL