Laravel Nist Password Rules Versions Save

🔒 Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B section 5.

v6.0.0

1 year ago
  • Adds support for Laravel 9

v5.0.1

2 years ago
  • Fix loading password files in Windows.

v5.0.0

3 years ago
  • Added support for PHP 8. Thanks @jameswilddev.
  • Dropped support for PHP 7.1.

v4.4.1

3 years ago

Set minimum supported Laravel to 5.5.

v4.4.0

3 years ago
  • Add ability to make password confirmation optional in register password rules set

v4.3.0

3 years ago
  • Laravel 8.0 support.

v4.2.0

4 years ago
  • Laravel 7.0 support.

v4.1.1

4 years ago
  • Changes sequential and repetitive characters rules to more accurately comply with NIST recommendations. See #22 for more details.