/react-password-validation

Custom react hook to validate passwords. Validating length, uppercase, lowercase, number, special character and matches a second password.

Primary LanguageJavaScriptMIT LicenseMIT

react-password-validation

About

The following code is a custom react hook that is used to validate passwords. Feel free to clone and use :)

I love creating these easy to use code examples. If you could star my repo or give my medium article a clap it really helps me out.

Includes the following password validtion:

  • Minimum Character Validation
  • Includes a number
  • UpperCase
  • LowerCase
  • Includes Special Character
  • Passwords Match

Simple to get started

  • Follow Me
  • Clone Repo
  • Npm install

Resources

Find Me

If you end up cloning this more than once please star it