fix(auth): fail fast when the auth secret is missing, in any environment #67

Open
Hartmut wants to merge 4 commits from fix/auth-runtime-env-validation into main
2 changed files with 9 additions and 1 deletions
Showing only changes of commit f141a84a14 - Show all commits
+3 -1
View File
@@ -166,7 +166,9 @@
"Bash(npx @claude-flow*)",
"Bash(npx claude-flow*)",
"Bash(node .claude/*)",
"mcp__claude-flow__:*"
"mcp__claude-flow__:*",
"Bash(docker *)",
"Bash(docker compose *)"
],
"deny": ["Read(./.env)", "Read(./.env.*)"]
},
+6
View File
@@ -24,6 +24,12 @@ apps/web/e2e/.playwright-runtime.json
.env.test.local
.env.production.local
.env.*.local
# Hand-made or tool-made copies of .env — these carry the same secrets as the
# original but match none of the patterns above (.env.bak-20260911, .env.save).
.env.bak*
.env.backup*
.env.orig
.env.save
*.e2e-backup
# Logs