ERP-node/frontend/app
kjs 70e040db39 Enhance user management and token invalidation features
- Added comprehensive validation for user data during registration and updates, including email format, company code existence, user type validation, and password length checks.
- Implemented JWT token invalidation for users when their status changes or when roles are updated, ensuring security and compliance with the latest policies.
- Introduced a new TokenInvalidationService to manage token versioning and invalidation processes efficiently.
- Updated the admin controller to provide detailed error messages and success responses for user status changes and validations.
- Enhanced the authentication middleware to check token versions against the database, ensuring that invalidated tokens cannot be used.

This commit improves the overall security and user management experience within the application.
2026-03-25 18:47:50 +09:00
..
(admin)/admin 공차관련수정사항들 2025-12-02 09:53:08 +09:00
(auth) Merge branch 'ksh-v2-work' into main 2026-03-12 09:00:52 +09:00
(main) Enhance user management and token invalidation features 2026-03-25 18:47:50 +09:00
(pop) refactor: POP 디자인 감사 + WYSIWYG 정렬 + MES/장바구니 분리 + 장바구니 코드 제거 2026-03-20 16:31:25 +09:00
api feat: V2 WebView 컴포넌트 + SSO 연동 구현 2026-03-20 13:56:24 +09:00
test-autocomplete-mapping feat(autocomplete-search-input): 필드 자동 매핑 및 저장 위치 선택 기능 추가 2025-11-20 13:47:21 +09:00
test-entity-search test entity search페이지 임시 비활성화 2025-11-21 04:05:42 +09:00
test-order-registration 임시비활성화 2025-11-21 03:58:02 +09:00
test-type-safety refactor: 전체 프론트엔드 하드코딩 색상 → CSS 변수 일괄 치환 2026-03-09 14:31:59 +09:00
favicon.ico 최초커밋 2025-08-21 09:41:46 +09:00
globals.css feat: enhance application with receiving management and global font size adjustments 2026-03-20 16:09:39 +09:00
layout.tsx Enhance Sonner Toast styles for improved user experience. Implement various toast types (success, error, warning, info) with distinct visual cues. Update layout to utilize the new toast component from the UI library, ensuring consistent styling across the application. 2026-03-18 12:13:40 +09:00
page.tsx 최초커밋 2025-08-21 09:41:46 +09:00
registry-provider.tsx feat: 다중 선택 및 일괄 삭제 기능 추가 2026-01-27 11:02:20 +09:00