BE1: Set up Auth/Session middleware
Closed this issue · 1 comments
Tim-Parks-Lynch commented
- 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
Tim-Parks-Lynch commented
Worked on session and auth while Trang got the routes to work.