injected service use to handle the user related operations
Options for check password
number of max failed login attempts
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
body
is required200 Status OK
This handler will check user password by applying the following steps in sequence:
Check user password (userService.checkPassword)
Return check result
{
"id": "userId",
"valid": true
}
or
{
"valid": false
}
Generated using TypeDoc
Check user password handler