laravel-validation-rules/exposed-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This rule will validate that a password hasn't been exposed in a data breach.

composer require laravel-validation-rules/exposed-password
use DivineOmega\LaravelPasswordExposedValidationRule\PasswordExposed;

$request->validate([
    'password' => ['required', new PasswordExposed],
]);

This project is licensed under a GNU Lesser General Public License v3.0 which you can find in this LICENSE.

If you have any feedback, comments or suggestions, please feel free to open an issue within this repository.

This package is part of the Laravel Validation Rules collection. If you're after more useful validation rules, head to the Laravel Validation Rules website.

About

Validate that a password hasn't been exposed in a data breach.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •