Back homeAuth foundation
Reset request

Request a password reset without leaking account state.

The API intentionally returns a generic response here. In development, the token preview lets the web flow continue without a live email provider.

Why this matters

This flow lets the frontend exercise the reset contract now, while still preserving the backend behavior that production will rely on once email delivery is added.

Request password reset

The API always returns a safe generic response, with a token preview only in non-production environments.

Remembered your password? Return to login