Laravel Nist Password Rules Versions Save

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

v4.1.0

4 years ago
  • Laravel 6.0 support.
  • Fixed documentation relating to changing password with old password - Thanks to @simtrami

v4.0.0

4 years ago
  • Added rule for repetitive or sequential characters (e.g. ‘aaaaaa’, ‘1234abcd’) - Thanks to @mdeloughry

v3.0.0

4 years ago
  • Add translation and localisation support.
  • Change minimum Laravel version to 5.4.

v2.0.0

5 years ago
  • Dependency updates.
  • Drop support for HHVM.

v1.1.2

5 years ago
  • Fix incorrect version constraint.

v1.1.1

5 years ago
  • Update dependency to fix possible cache file ownership conflict if there are multiple Laravel instances on a single server.

v1.1.0

5 years ago
  • Add an optionallyChangePassword method that supplies validation rules appropriate for forms in which the password can be optionally changed if filled in.

v1.0.0

5 years ago
  • Initial release.