SquireOfSoftware / Web-Tech-Assignment-2

0 stars 0 forks source link

Login - Check if user login is legit #2

Open SquireOfSoftware opened 6 years ago

SquireOfSoftware commented 6 years ago

For backend, you have received something like: {email: "joseph@uts.edu.au", password: "password"} and you need to make sure that the email exists and the password is correct on the database.

Research

SquireOfSoftware commented 6 years ago

Daniel