Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validations for Login/Signup && minor edits #73

Open
7 of 8 tasks
bryanryu1 opened this issue Oct 16, 2020 · 0 comments
Open
7 of 8 tasks

Validations for Login/Signup && minor edits #73

bryanryu1 opened this issue Oct 16, 2020 · 0 comments
Assignees

Comments

@bryanryu1
Copy link
Contributor

bryanryu1 commented Oct 16, 2020

  • add frontend validation for empty fields
  • sign up form username
  • add "working on it message"

add backend and frontend validations:

(each of these tasks should cause a 500 error on the backend and also have a useful message on the frontend)

  • email is valid email address
  • email is unique
  • password is at least 8 char
  • all field are not empty nor null
  • password hash/encryption
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants