module HaveIBeenPwned

Extended Modules

Defined in:

lucky_have_i_been_pwned_validator.cr

Instance Method Summary

Instance Method Detail

def validate_not_pwned(attribute : Avram::Attribute, error_message = "has been pwned!", raise_exception = false) : Void #

Validataes that a password is not in the Have I Been Pwned database.


[View source]