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

@@ -77,7 +77,7 @@ Database models are located in `apps/server/src/db/models/`
{{/if}}
{{/if}}
{{#if auth}}
{{#if (eq auth "better-auth")}}
## Authentication
Authentication is enabled in this project:
@@ -129,4 +129,4 @@ This project includes a `bts.jsonc` configuration file that stores your Better-T
- Turborepo handles build caching and parallel execution
{{/if}}
- Use `{{#if (eq packageManager "bun")}}bunx{{else if (eq packageManager "pnpm")}}pnpx{{else}}npx{{/if}}
create-better-t-stack add` to add more features later
create-better-t-stack add` to add more features later