Skip to content

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

License

Notifications You must be signed in to change notification settings

StevenCreates/react-password-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages