Skip to main content
Weavr API
Authentication factors

Validate a password

POST/passwords/validate

Checks whether a tokenized password meets the configured password rules without creating or changing a password. A 204 response means the password is valid; validation failures return a conflict response.

Read Password for how to collect and tokenize passwords without exposing their plain-text value to your application.

Request

Request body

*
application/json
{}
objectobject · 1 field

Responses

204No Content

Success - No Content.

Headers