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.
Team Members
Creates a full CRD (no updates) for team members associated with teams on the backend! Routes are
GET
,POST
, andDELETE
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 theapi/auth.py
route. Read more about using this in theREADME
.