feat: 로그인 페이지 추가 (Basic Auth 제거)

- 산뜻한 로그인 페이지 (다크 테마 + 글로우 배경)
- 쿠키 기반 세션 인증 (24시간 유지)
- 로그아웃 버튼 (사이드바 + 상단바)
- 미인증 시 로그인 페이지로 리다이렉트

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-03-27 01:57:38 +09:00
parent 6257025c8e
commit e1f7f1f2ad
4 changed files with 151 additions and 17 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
"axios": "^1.7.0",
"ejs": "^3.1.10",
"dotenv": "^16.4.0",
"https-proxy-agent": "^7.0.0"
"https-proxy-agent": "^7.0.0",
"cookie-parser": "^1.4.6"
}
}