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

@@ -6,7 +6,8 @@ CORS_ORIGINS=http://localhost:3000
BASE_URL=
# Clerk (auth only)
CLERK_JWKS_URL=
CLERK_SECRET_KEY=sk_test_your_clerk_secret_key
CLERK_API_URL=https://api.clerk.com
CLERK_VERIFY_IAT=true
CLERK_LEEWAY=10.0