NickA02 / SOTestingEnv

This project aims to create a web-based coding platform specifically tailored for Science Olympiad programming events.
2 stars 0 forks source link

Support Logging Out #29

Closed ItIsAndrewL closed 4 days ago

ItIsAndrewL commented 3 weeks ago

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