area1707 / grace-shopper

3 stars 0 forks source link

Data Validations - Users #29

Open erinkshaw opened 7 years ago

erinkshaw commented 7 years ago

Users must have a valid email address Users email must be unique

Implementation: Create sequelize schema whose email key requires unique and whose data type verifies that it is an email address(?) (how do we confirm that an email address is valid?)

alicec15 commented 7 years ago

email address validation on the backend is complete, need to validate / catch on the front end