Check password strength
POST/auth/password-strength
Pre-submit password check for a live registration/reset experience. Returns whether the password would be accepted by the server (valid), a strength score (0-100) and label, and actionable feedback. When an email is supplied, a password that resembles the email's local-part is flagged and marked invalid. The password is never logged or persisted.
Request
Responses
- 200
- 400
- 429
- 500
Password strength evaluated
Validation error (missing or invalid body)
Rate limit exceeded
Internal server error