The 'active_JWT' field on the Team table (and the whole /logout API route) may be unnecessary. Logging out can only occur on the frontend and only needs to remove the JWT from the browsers memory and re-route to the /login page.
Acceptance Criteria
[x] Include a Log Out button on the home page
[x] Possibly include a Log Out button on the question page
The 'active_JWT' field on the Team table (and the whole
/logout
API route) may be unnecessary. Logging out can only occur on the frontend and only needs to remove the JWT from the browsers memory and re-route to the/login
page.Acceptance Criteria
Log Out
button on the home pageLog Out
button on the question page