kritikillz931 / mercury-client

0 stars 0 forks source link

(MVP) User Login #10

Open kritikillz931 opened 3 years ago

kritikillz931 commented 3 years ago

As a user I would like to be able to securely login to the application with the credentials i provided on the register page

Given a user is on the login page When the user enters their login information and clicks login Then the user should be directed to the home page, or receive and error if false information is entered.

SERVER SIDE authenticates if credentials entered are matched to a user in the user database