Usage

This is a sample form that validates inputs using the @fat-fuzzy/validation package.

Heads Up

The password validation schema used for this sample form validates patterns, but it does not guarantee a password is secure:

  • it will not check against common or compromised passwords: a password such as password123!!! will pass validation

To learn more about authentication best practices see: OWASP Authentication Cheatsheet.

Related Components

  • Button component in buttons
  • Feedback component in blocks

Resources

SignUp

A sample signup form