TATAPS/ticketty

BE1: Set up Auth/Session middleware

Closed this issue · 1 comments

  • Only allow logged in engineers to access the api and routes
  • Everyone who is an engineer should see the entire ticket queue.
  • On logout or login session should be created/terminated in database
  • Route should stop working if session does not exist

Worked on session and auth while Trang got the routes to work.