feat: show teams

This commit is contained in:
2025-03-17 19:26:09 +01:00
parent 3441e405a6
commit 054508cf6a
7 changed files with 60 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ oauth2_scheme = CookieOAuth2(
tokenUrl="api/token",
scopes={
"analysis": "Access the results.",
"admin": "Maintain DB etc.",
},
)