snp-connection-monitoring/frontend/src
HYOJIN 97e5a24343 feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼
- JWT 인증 및 LoginPage 제거, SecurityConfig permitAll 전환
- @PreAuthorize 어노테이션 전체 제거 (@EnableMethodSecurity 비활성화)
- ADMIN/MANAGER/USER 역할 토글 버튼 (헤더) + localStorage 연동
- X-User-Id 헤더 기반 사용자 식별 (ApiKeyController, ApiKeyRequestController)
- RoleGuard 컴포넌트로 관리자 전용 페이지 접근 제어
- WebViewController 루트 리다이렉트 수정 (이중 context-path 방지)

closes #35
2026-04-13 09:27:17 +09:00
..
components feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
hooks feat(ui): 피드백 반영 - 다크모드, API Key UX, 레이아웃 개선 2026-04-08 16:54:29 +09:00
layouts feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
pages feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
services feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
store feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
types feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
App.tsx feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
index.css feat(ui): 피드백 반영 - 다크모드, API Key UX, 레이아웃 개선 2026-04-08 16:54:29 +09:00
main.tsx feat: 프론트엔드 통합 프로젝트 초기 구조 구성 2026-04-07 10:56:10 +09:00
vite-env.d.ts feat: 프론트엔드 통합 프로젝트 초기 구조 구성 2026-04-07 10:56:10 +09:00