snp-connection-monitoring/frontend/src/store
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
..
AuthContext.tsx feat: 로그인 프로세스 제거 + 사용자 역할 토글 버튼 2026-04-13 09:27:17 +09:00
ThemeContext.tsx feat(ui): 피드백 반영 - 다크모드, API Key UX, 레이아웃 개선 2026-04-08 16:54:29 +09:00