szabikr/poc-authentication

Register User

Closed this issue · 1 comments

Story

As a user I want to register
so that I can login to my account

Acceptance Criteria

  • email must be unique
  • email valid email address
  • password must be 8-64 characters long and must contain letters, at least a number, at least a special character
  • User must type in their password twice
  • Typed in passwords must match
  • Show/Hide password characters (the eye icon)
  • Should display a warning stating: "Do not reuse any of your existing passwords"
  • username is assigned based on the email address

Resources

  • General error message (for example DB is not available) has been also implemented
  • Loading state has been implemented
  • Post request code now uses async/await