tyrakriv / Spring307-8amMWF-Team2

0 stars 0 forks source link

Login Backend Logic #38

Closed blaxson closed 4 years ago

blaxson commented 4 years ago

TODO

add into the backend the logic that checks to make sure the user's username and password match the db before redirecting them to the homepage

Estimated Cost / Time:

Medium

Measure of Success

An effective measure of success would be if typing in the correct username and password combinations return success. We can test this by submitting correct and incorrect username/password combos from our UI to the backend, and checking the console log for return codes (201 on successful login, 401 on unauthorized client error)