injected password strategy used to handle the password validation
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
body
is required200 Status OK
This validator will check if password is valid by applying the following steps in sequence:
Get password from context.body
Check if password exist
Check if password is valid
400 NBError Bad Request
Generated using TypeDoc
Has valid password validator