feat: remove Clerk authentication code (#11711)

This commit is contained in:
YuTengjing
2026-01-23 14:41:22 +08:00
committed by GitHub
parent e999851592
commit 395595a2c8
127 changed files with 522 additions and 13364 deletions

View File

@@ -133,6 +133,8 @@ export async function startWebServer(options: WebServerOptions): Promise<void> {
const serverEnv = {
...process.env,
// APP_URL is required for Better Auth to recognize localhost as a trusted origin
APP_URL: `http://localhost:${port}`,
// E2E test secret keys
BETTER_AUTH_SECRET: 'e2e-test-secret-key-for-better-auth-32chars!',
KEY_VAULTS_SECRET: 'LA7n9k3JdEcbSgml2sxfw+4TV1AzaaFU5+R176aQz4s=',