(backend) wip introduce a token exchange endpoint

This commit is contained in:
lebaudantoine
2026-08-01 15:52:37 +02:00
parent cc9dae66db
commit 11c331dfa7
20 changed files with 1153 additions and 0 deletions
+1
View File
@@ -795,6 +795,7 @@ class ApplicationScope(models.TextChoices):
ROOMS_RETRIEVE = "rooms:retrieve", _("Retrieve room details")
ROOMS_UPDATE = "rooms:update", _("Update rooms")
ROOMS_DELETE = "rooms:delete", _("Delete rooms")
USERS_SESSION = "users:session", _("Create user session tokens")
class Application(BaseModel):