1
0
forked from baron/baron-sso
Commit Graph

27 Commits

Author SHA1 Message Date
e36a973053 사용자 테넌트 소속 데이터 정리 2026-05-13 18:27:55 +09:00
5211842d47 조직도 기능 추가 2026-04-10 11:38:47 +09:00
95aba376b1 chore: fix workspace formatting (devfront, backend, adminfront) 2026-04-03 15:12:27 +09:00
b582c82c6f feat: implement multi-identifier architecture (Issue #496)
- Database: Add user_login_ids table for 1:N identifier mapping and remove legacy login_id column
- Kratos: Update identity schema to use custom_login_ids array instead of a single id trait
- Backend: Implement syncCustomLoginIDs to collect isLoginId fields across tenant schemas
- Backend: Add backtracking logic to auto-assign session tenant based on used login identifier
- Backend: Add 409 Conflict exception handling for Create/Update operations
- AdminFront: Refactor UserDetailPage to a tabbed grid layout (Info, Tenants, Security)
- AdminFront: Show '로그인 ID' badge on tenant schema fields used for authentication
- UserFront: Remove legacy optional 'Login ID' input from signup flow
- Tests: Add multi-identifier repository tests and update handler tests
2026-04-02 16:07:33 +09:00
75cc6737bd feat: add robust login ID collision prevention and UI validation (#440)
- Add `ValidateLoginID` to enforce ID collision and security rules (prevents phone number collision, email format usage, and reserved words).
- Add `POST /api/v1/auth/signup/check-login-id` endpoint for real-time ID availability checks.
- Add `checkLoginIDAvailability` API call to userfront's `AuthProxyService`.
- Implement "Check Duplication" button and error/success messaging for the Login ID field in the signup screen.
- Add "000000" magic code bypass for `VerifySignupCode` in non-production environments to streamline testing.
2026-03-27 11:19:28 +09:00
aad4ea84a1 fix: 내 정보(UpdateMe) 수정 시 커스텀 필드 로그인 ID 동기화 및 Metadata 필드 추가 (#440) 2026-03-25 16:28:19 +09:00
d10f80d41d feat: 커스텀 필드 기반 로그인 ID 연동 기능 추가 (#440)
- Kratos Identity 스키마에 로그인 전용 `id` 속성 추가
- 테넌트 Config의 `loginIdField` 설정에 따라 User의 `login_id` 및 Kratos `traits.id` 동기화 로직 구현
- Admin UI 테넌트 스키마 설정 내 '로그인 ID로 사용' 체크박스 추가
- Admin UI 사용자 생성/수정/조회 화면에 로그인 ID 관리 필드 및 컬럼 반영
- Userfront 로그인 화면 접속 시 테넌트 설정에 따라 동적 로그인 ID 라벨 적용
- 관련 다국어(ko/en) 번역 추가 및 로그인 ID 설계 문서 업데이트
2026-03-25 15:27:44 +09:00
kyy
118e004294 /api/v1/user/me 세션 시각을 추가하고 userfront 대시보드 Unknown 세션 시간 문제 수정 2026-03-24 15:54:21 +09:00
e322cbffb8 lint 적용 2026-02-13 15:18:38 +09:00
92f084fd59 test(backend): add unit tests for user group management and fix interface inconsistencies 2026-02-13 14:55:45 +09:00
kyy
5294066de6 golangci lint 적용 2026-02-06 16:28:00 +09:00
d09abab5a2 3단계 권한 모델 확장, keto 권한 정책 2026-02-03 14:21:37 +09:00
6dbdd5d483 Merge commit 'e345570210aa0fc8acdb9cf042561f35f00812f0' 2026-02-02 17:12:45 +09:00
12ae5929e3 사용자 필드 관리 2026-02-02 17:11:43 +09:00
Lectom C Han
39296ca522 구조 통합 2026-02-02 16:22:23 +09:00
9600845551 Merge commit '1c0a5ed2720348f0ef14eca36b214210a5390b44' 2026-02-02 14:09:04 +09:00
5dd425050c 테넌트 등록 방식을 결정 2026-02-02 14:05:50 +09:00
Lectom C Han
7e662c9878 fix: verify-only magic link approval flow 2026-02-02 12:13:59 +09:00
Lectom C Han
c58572b7cd 로그인 이력확인 2026-01-30 10:05:38 +09:00
Lectom C Han
209314fea7 링크로 로그인하기 구현 완료 2026-01-29 09:57:36 +09:00
28c6d6447a Merge remote-tracking branch 'origin/main' into dev/mypage 2026-01-27 13:46:04 +09:00
60035aad53 마이페이지 구현 2026-01-27 13:39:49 +09:00
kyy
739da39a61 비밀번호 변경 중간 저장2 2026-01-27 12:45:34 +09:00
4919cb2f8b 로그인 페이지 및 기능 구현 2026-01-26 14:21:44 +09:00
kyy
89cf9b58a7 golangci-lint gofmt/gofumpt 적용 2026-01-21 16:54:47 +09:00
b65ecc1b24 qr 로그인 2026-01-16 17:42:59 +09:00
c512f0f4e6 namecard 연동 2026-01-06 09:49:11 +09:00