Download the PHP package magentron/laravel-password-exposed-validation-rule without Composer
On this page you can find all versions of the php package magentron/laravel-password-exposed-validation-rule. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download magentron/laravel-password-exposed-validation-rule
More information about magentron/laravel-password-exposed-validation-rule
Files in magentron/laravel-password-exposed-validation-rule
Package laravel-password-exposed-validation-rule
Short Description Laravel validation rule that checks if a password has been exposed in a data breach (forked from dilneiss/laravel-password-exposed-validation-rule)
License LGPL-3.0-only
Informations about the package laravel-password-exposed-validation-rule
(forked from dilneiss/laravel-password-exposed-validation-rule)
🔒 Laravel Password Exposed Validation Rule
This package provides a Laravel validation rule that checks if a password has been exposed in a data breach. It uses the haveibeenpwned.com passwords API via the magentron/password_exposed
library.
Installation
To install, just run the following Composer command.
Please note that this package requires Laravel 5.1 or above.
Usage
The following code snippet shows an example of how to use the password exposed validation rule.
If you wish, you can also set a custom validation message, as shown below.
All versions of laravel-password-exposed-validation-rule with dependencies
magentron/password_exposed Version ^3.2.2
illuminate/contracts Version ^5.1||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0
symfony/cache Version ^6.4