api
Password Strength

Documentation

Endpoint

POST https://api.i-as.dev/api/password-strength

Body Request

{
  "password": "your-password"
}

Response

{
    "password": "string",
    "strength": "string",
    "message": "string"
}