Add support for Azure AAD based Auth

This commit is contained in:
Kunal Karmakar
2026-06-05 01:17:34 +08:00
committed by Xubin Ren
parent 39454534d4
commit ba3fa38e97
5 changed files with 241 additions and 14 deletions
+3
View File
@@ -68,6 +68,9 @@ dependencies = [
api = [
"aiohttp>=3.9.0,<4.0.0",
]
azure = [
"azure-identity>=1.19.0,<2.0.0",
]
wecom = [
"wecom-aibot-sdk-python>=0.1.5",
]