Tag: Laravel validation
-

Laravel’s Password Leak Validator
TIL there’s a built-in validation rule in Laravel to check if passwords were leaked via HIBP. Here’s how Password::uncompromised() works and how to use it.

TIL there’s a built-in validation rule in Laravel to check if passwords were leaked via HIBP. Here’s how Password::uncompromised() works and how to use it.