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

Team Members Backend #25

Closed ItIsAndrewL closed 3 weeks ago

ItIsAndrewL commented 3 weeks ago

Team Members

Creates a full CRD (no updates) for team members associated with teams on the backend! Routes are GET, POST, and DELETE on /api/team/members. Full API documentation is available on the /docs page.

Authentication

Base Team JWT authentication has been introduced via the authed_team function in the api/auth.py route. Read more about using this in the README.