2017 © Pedro Peláez
 

metapackage exposed-password

Metapackage for https://github.com/DivineOmega/laravel-password-exposed-validation-rule

image

laravel-validation-rules/exposed-password

Metapackage for https://github.com/DivineOmega/laravel-password-exposed-validation-rule

  • Wednesday, May 9, 2018
  • by DivineOmega
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Validator Rules - Exposed Password

This rule will validate that a password hasn't been exposed in a data breach., (*1)

Installation

composer require laravel-validation-rules/exposed-password

Usage

use DivineOmega\LaravelPasswordExposedValidationRule\PasswordExposed;

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

License

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

Feedback

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

Laravel Validation Rules

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., (*4)

The Versions

09/05 2018

dev-master

9999999-dev

Metapackage for https://github.com/DivineOmega/laravel-password-exposed-validation-rule

  Sources   Download

LGPL-3.0-only

The Requires

 

09/05 2018

v1.1.0

1.1.0.0

Metapackage for https://github.com/DivineOmega/laravel-password-exposed-validation-rule

  Sources   Download

LGPL-3.0-only

The Requires