ex_nist v1.0.0 ExNist.PasswordBreachClient.Test View Source

Module to test with external breach detection

BreachClient.Test.start_link({"abc", 5})

build_changeset("abc")
|> ExNist.validate_password_breach(:password, breach_client: BreachClient.Test)

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

password_breach_count(password)

View Source

Callback implementation for ExNist.PasswordBreachClient.password_breach_count/1.