♻️ refactor: refactor oidc env to auth env (#11095)

♻️ refactor: refactor oidc to auth
This commit is contained in:
Arvin Xu
2026-01-01 21:45:42 +08:00
committed by GitHub
parent a71d9c70d2
commit 6e8d4ffbc7
8 changed files with 21 additions and 41 deletions

View File

@@ -101,7 +101,6 @@ export async function startWebServer(options: WebServerOptions): Promise<void> {
...process.env,
// E2E test secret keys
BETTER_AUTH_SECRET: 'e2e-test-secret-key-for-better-auth-32chars!',
ENABLE_OIDC: '0',
KEY_VAULTS_SECRET: 'LA7n9k3JdEcbSgml2sxfw+4TV1AzaaFU5+R176aQz4s=',
// Disable email verification for e2e
NEXT_PUBLIC_AUTH_EMAIL_VERIFICATION: '0',