#2 Added routes for login and logout #17

Merged
juggy1233 merged 1 commits from #2-user-login into master 2023-03-18 21:03:18 -04:00
Owner

Closes #2


Added /login and /logout routes.

  • Login route takes user_id and password. If another user is already logged in, returns a status 400
  • Logout route takes no arguments. It will logout the currently logged in user
Closes #2 --- Added `/login` and `/logout` routes. - Login route takes `user_id` and `password`. If another user is already logged in, returns a status 400 - Logout route takes no arguments. It will logout the currently logged in user
juggy1233 added 1 commit 2023-03-18 21:02:57 -04:00
juggy1233 added the backend label 2023-03-18 21:03:03 -04:00
juggy1233 merged commit 563578e4ca into master 2023-03-18 21:03:18 -04:00
juggy1233 deleted branch #2-user-login 2023-03-18 21:03:18 -04:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: juggy1233/COMP-2707-final-project#17