merge: integrate latest qyqy_develop (auth login + RBAC read) into ZSY branch

Incremental merge on top of ef701c8, which already integrated the earlier qyqy base bbf623a. qyqy_develop only added commits on top of bbf623a, so this merge is conflict-free. Incoming: account/password login (POST /api/v1/auth/tokens), RBAC read-only query API, rate limit dependency, login test console and user management tools. Additive changes in app/main.py, requirements.txt and pyproject.toml from both sides are all preserved. ZSY side capabilities (visitor tokens, customer service agent, knowledge retrieval, profile projection) are unchanged.
This commit is contained in:
张胜宇
2026-09-12 10:37:53 +08:00
18 changed files with 2063 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ dependencies = [
"milvus-lite>=3.2,<4",
"PyJWT>=2.10,<3",
"cryptography>=44,<51",
"bcrypt>=4.0,<5",
"httpx>=0.28,<1",
"tzdata>=2025.1,<2027",
"alibabacloud_docmind_api20220711==1.4.14",