1
0
forked from baron/baron-sso
Commit Graph

66 Commits

Author SHA1 Message Date
Lectom C Han
4b0fbdde98 레포 업데이트 2026-04-01 20:32:09 +09:00
kyy
e927fa8ea0 dev 반영 code-check 오류 수정 2026-03-31 13:03:16 +09:00
Lectom C Han
72551e5f9d fix(auth): add sessionStorage fallback for web auto-login
- add shared token store backend with local/session/memory fallback
- cover fallback behavior with flutter unit tests
- add wasm e2e coverage for sessionStorage login state
- document mobile installed webapp auto-login policy
2026-03-30 18:02:34 +09:00
f8d10c90b8 style(userfront): apply dart format 2026-03-27 18:10:32 +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
aa60a22d57 feat: restore explicit loginId field and add to userfront signup flow
- Revert the removal of loginId from adminfront and backend.
- Prevent phone normalization logic from mangling custom employee ID login fields.
- Add an explicit 'loginId' optional input field to the userfront signup UI.
- Update AuthProxyService.signup and backend AuthHandler.Signup to transmit and map the 'loginId' parameter properly.
2026-03-26 14:22:43 +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
5c995a5b4d uf 액션 토스트 공통화 및 SnackBar 제거 2026-03-23 14:49:14 +09:00
8bc5b5a49b 린트 4 2026-03-17 10:17:25 +09:00
kyy
7c1dbaf206 로그인 챌린지 루프 방지 가드 추가 2026-03-03 14:11:19 +09:00
Lectom C Han
8a074f16e7 merge feat/304-userfront-wasm-e2e into dev 2026-02-24 15:40:51 +09:00
Lectom C Han
aeb418fb9f feat: add env-aware client log policy and const lint fixes 2026-02-24 15:38:55 +09:00
c54dcccf49 Merge branch 'dev' into feat/org-chart-rebac 2026-02-24 12:42:02 +09:00
8282c222de uf 린트 적용 2026-02-24 11:09:28 +09:00
Lectom C Han
2bdfc2eb51 userfront 로그인 후 /dashboard로 이동하게 변경 2026-02-23 22:06:00 +09:00
68becb43bc 린트 적용 2026-02-23 16:18:01 +09:00
Lectom C Han
c117e10f48 ci: enforce flutter/biome format checks and fix front lint violations 2026-02-20 10:25:45 +09:00
Lectom C Han
8ed3bd8c77 CI test 업데이트 2026-02-20 09:43:19 +09:00
Lectom C Han
4c9f71147c locale_store 리팩토링 2026-02-20 08:16:56 +09:00
kyy
3eb7ed01ee flutter 린트 적용 2026-02-19 16:31:13 +09:00
kyy
466e7f1e54 Flutter Web WASM 빌드 오류 수정 및 라이브러리 마이그레이션 2026-02-19 16:31:13 +09:00
kyy
b43ace8b2d 리다이렉트 책임 단일화 및 인증 흐름 추적 로그 추가 2026-02-19 16:31:13 +09:00
kyy
43a4909ddf WASM 빌드 호환성을 위한 Web API Interop 교체 2026-02-19 16:31:13 +09:00
kyy
95136cd5df 라우터 구조 개선 및 리다이렉트 시 파라미터 유실 수정 2026-02-19 16:31:13 +09:00
Lectom C Han
33660cfdcf OIDC로 빠지는 분기 점검 login_challenge 복구 fallback 추가 2026-02-19 13:54:40 +09:00
Lectom C Han
f617467082 디버깅 로그 추가 2026-02-19 13:25:45 +09:00
Lectom C Han
6fd0e5c800 리다이렉트 후속 로직 업데이트 2026-02-19 12:40:56 +09:00
Lectom C Han
7808d81bb4 #269 진행. 리다이렉트 등 파라미터 전체 전달 2026-02-19 10:05:07 +09:00
837883756f test 코드 수정 2026-02-13 15:34:31 +09:00
Lectom C Han
14af8f3fa9 fix(userfront): restore web auth redirect variables after merge regression 2026-02-13 12:35:08 +09:00
Lectom C Han
485bbafe71 Merge branch 'dev' into feature/i18n 2026-02-13 12:06:37 +09:00
Lectom C Han
db71364e80 feat(i18n): apply ORY bypass whitelist policy and add error-code tests 2026-02-13 10:47:33 +09:00
Lectom C Han
dfa2fc2406 feat: i18n 개선 및 userfront 로그인/로케일 보완 2026-02-13 10:23:50 +09:00
Lectom C Han
47193e56ff Merge feature/i18n into dev (userfront only) 2026-02-12 21:53:42 +09:00
Lectom C Han
7c936da7ed feat: i18n 개선 및 userfront 로그인/로케일 보완 2026-02-12 21:25:26 +09:00
Lectom C Han
66106f20f6 [userfront] source 개념삭제. redirect 동작 정리 2026-02-12 11:41:16 +09:00
74884f6616 린트 적용 2026-02-12 10:39:47 +09:00
21b9594de5 fix: userfront 빌드 설정(--wasm 제거) 및 리다이렉션 로직 최종 반영 #243 2026-02-11 17:51:11 +09:00
dc09c2dc6b fix: userfront 빌드 시 발생하는 Null Safety 에러 수정 #243 2026-02-11 16:46:44 +09:00
787d7aa0f0 fix: SSO 로그인 리다이렉션 로직의 신뢰성 강화 및 환경변수 설정 보완 #243 2026-02-11 16:34:52 +09:00
ab2a5462d4 refactor: 보안 정책 준수를 위해 Keto 포트 외부 노출 제거 및 내부 통신으로 변경 #239 2026-02-11 16:25:02 +09:00
516a7b3635 fix: SSO 로그인 성공 시 adminfront로의 리다이렉션 및 postMessage 흐름 강화 #243 2026-02-11 15:50:13 +09:00
9d7c28b1c1 feat: SSO 로그인 리다이렉션 흐름 구현 (userfront & adminfront 연동) #243 2026-02-11 15:20:17 +09:00
Lectom C Han
390a349de6 i18n 대대적 변경 2026-02-10 19:16:13 +09:00
Lectom C Han
8df95c8a13 i18n 대대적 변경 2026-02-10 19:13:00 +09:00
f0cd60bf56 문법 오류 수정 2026-02-10 10:03:39 +09:00
0d3aac0a58 $기호 정제 2026-02-10 09:56:48 +09:00
kyy
1f1e7b6ce7 활동상황 카드 '연동 해지' 액션 추가 2026-02-04 16:00:00 +09:00
kyy
0eda7bde13 연동 ㅎ해지 UI 및 서비스 로직 구현 2026-02-04 16:00:00 +09:00
kyy
5bb48191e8 권한 동의 거부 api 호출 함수 추가 2026-02-04 16:00:00 +09:00