feat: add clerk auth support with convex (#548)

This commit is contained in:
Aman Varshney
2025-08-29 00:21:08 +05:30
committed by GitHub
parent 8d48ae0359
commit 54bcdf1cbc
153 changed files with 1954 additions and 771 deletions

View File

@@ -13,7 +13,7 @@ export const DEFAULT_CONFIG_BASE = {
frontend: ["tanstack-router"],
database: "sqlite",
orm: "drizzle",
auth: true,
auth: "better-auth",
addons: ["turborepo"],
examples: [],
git: true,
@@ -43,6 +43,11 @@ export const dependencyVersionMap = {
"better-auth": "^1.3.7",
"@better-auth/expo": "^1.3.7",
"@clerk/nextjs": "^6.31.5",
"@clerk/clerk-react": "^5.45.0",
"@clerk/tanstack-react-start": "^0.23.1",
"@clerk/clerk-expo": "^2.14.25",
"drizzle-orm": "^0.44.2",
"drizzle-kit": "^0.31.2",