You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the server controller and middleware for signing in a user with an email and password.
Definition of Done:
We can message the server to sign in a user with an email and password
Server sends a 200 response if user is signed in
Server sends error response if user was not able to be signed in
Error message says if email does not exist or password was incorrect
The text was updated successfully, but these errors were encountered:
Add the server controller and middleware for signing in a user with an email and password.
Definition of Done:
We can message the server to sign in a user with an email and password
Server sends a 200 response if user is signed in
Server sends error response if user was not able to be signed in
Error message says if email does not exist or password was incorrect
The text was updated successfully, but these errors were encountered: