feat(security): helmet + rate limit + env hardening — 8.3

This commit is contained in:
reloop
2026-04-12 08:26:17 +09:00
parent eb0e07bab9
commit c36978c363
6 changed files with 70 additions and 23 deletions

View File

@@ -66,8 +66,7 @@ async function main() {
onboardedAt: new Date(),
},
});
// TODO(phase7): 프로덕션 seed 에서는 평문 비밀번호 stdout 출력 제거
console.log(` user: ${user.email} (id=${user.id}) password=${DEMO_PASSWORD}`);
console.log(` user: ${user.email} (id=${user.id})`);
for (const s of SUBJECTS) {
const subject = await prisma.subject.upsert({