🔧(backend) add setting to toggle application token exchange mechanism

Introduce a configuration flag to enable or disable the
application token exchange (service account) mechanism.

This allows activating alternative authentication backends
without requiring full application token configuration.

Required to support the upcoming add-ons authentication backend.
This commit is contained in:
lebaudantoine
2026-04-29 16:57:51 +02:00
parent e5a804f748
commit 012857f8c6
7 changed files with 133 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ class FeatureFlag:
"subtitle": "ROOM_SUBTITLE_ENABLED",
"file_upload": "FILE_UPLOAD_ENABLED",
"addons": "ADDONS_ENABLED",
"application": "APPLICATION_ENABLED",
}
@classmethod