feat: 로그인 페이지 추가 (Basic Auth 제거)
- 산뜻한 로그인 페이지 (다크 테마 + 글로우 배경) - 쿠키 기반 세션 인증 (24시간 유지) - 로그아웃 버튼 (사이드바 + 상단바) - 미인증 시 로그인 페이지로 리다이렉트 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user