Auth / Reset
Finish recovery with one controlled step.
This route completes the backend reset flow using the issued recovery token and a new password that satisfies the Java auth contract.
- Reset tokens are validated only by the Java auth API, not by the browser.
- The form supports deep-link tokens through the query string for email-based flows.
- After success, the user returns to the standard login flow with the new credentials.
Reset password
Current backend contract: reset token plus a new password with a minimum length of 8 characters.