class

KemalIdentity::Passwords::BreachCheck

Inherits Reference < Object

Whether a password is known to have been breached.

A hook, defaulting to doing nothing, because the useful implementations all involve a network call — and an auth library that silently makes one during a password change is a library that fails when the third party does.

Instance methods

breached?(password : Secret) : Bool
Source