refactor: update Clerk authentication integration and improve organization handling

This commit is contained in:
Abhimanyu Saharan
2026-02-09 23:55:52 +05:30
parent 6f76e430f4
commit 3326100205
13 changed files with 763 additions and 269 deletions

View File

@@ -23,10 +23,10 @@ dependencies = [
"websockets==12.0",
"rq==1.16.2",
"redis==5.1.1",
"fastapi-clerk-auth==0.0.9",
"sse-starlette==2.1.3",
"jinja2==3.1.6",
"fastapi-pagination==0.15.9",
"clerk-backend-api==1.4.1",
]
[project.optional-dependencies]