1
0
forked from baron/baron-sso
Commit Graph

43 Commits

Author SHA1 Message Date
bb918932f4 feat(userfront): improve magic link approval UX on mobile
- Fixes issue #852 where 'verify_failed' error was shown on remote approval
- Added specialized success view for remote-originated approval requests
- Added 'Close Window' action for mobile browsers
- Improved error handling for already verified/used tokens
- Added necessary i18n strings in Korean and English
2026-05-19 17:59:10 +09:00
750776f0a0 style(userfront): format flutter files to satisfy CI 2026-04-21 18:06:57 +09:00
0f79b7635b fix: resolve OIDC session state issue and synchronize portal sessions
Details:
- Backend: Extract Kratos session cookies and propagate via SetCookies in AuthInfo.
- Backend: Include sessionJwt and token during OIDC flows in PasswordLogin.
- UserFront: Add _silentSessionRecovery in main.dart to recover session via cookies if localStorage token is missing.
- UserFront: Update AuthProxyService, AuthTokenStore, AuthNotifier to support silent recovery and immediate local state update before redirect.
- AdminFront/DevFront: Fix OIDC authority to point directly to Gateway proxy and add recovery/error UI components.
2026-04-21 14:10:27 +09:00
kyy
1e53b66abb 로그인 화면 플랫 UI 수정 2026-04-09 14:37:49 +09:00
kyy
dce418d0b9 대시보드 다크 모드/테마 토글 적용 2026-04-09 14:37:49 +09:00
kyy
1b8dc2c4ab dev 브런치 병합 후 code check 2026-04-06 16:03:49 +09:00
kyy
e927fa8ea0 dev 반영 code-check 오류 수정 2026-03-31 13:03:16 +09:00
f8d10c90b8 style(userfront): apply dart format 2026-03-27 18:10:32 +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
839fabd056 비밀번호 Caps Lock 활성화 안내 문구 표시 2026-03-24 15:54:21 +09:00
kyy
5c995a5b4d uf 액션 토스트 공통화 및 SnackBar 제거 2026-03-23 14:49:14 +09:00
kyy
7c1dbaf206 로그인 챌린지 루프 방지 가드 추가 2026-03-03 14:11:19 +09:00
kyy
00e36b429a i18n 및 flutter 린트/포멧 정리 2026-02-27 14:50:58 +09:00
kyy
5859118936 비로그인 상태 OIDC 연동 시 발생하는 인증 루프 수정 2026-02-27 14:50:58 +09:00
Lectom C Han
4ffe5110dd e2e 구조변경 2026-02-24 15:23:36 +09:00
Lectom C Han
5da74dac3a 링크로 로그인 수정 2026-02-24 10:32:06 +09:00
Lectom C Han
2bdfc2eb51 userfront 로그인 후 /dashboard로 이동하게 변경 2026-02-23 22:06:00 +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
kyy
3eb7ed01ee flutter 린트 적용 2026-02-19 16:31:13 +09:00
kyy
b43ace8b2d 리다이렉트 책임 단일화 및 인증 흐름 추적 로그 추가 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
dfa2fc2406 feat: i18n 개선 및 userfront 로그인/로케일 보완 2026-02-13 10:23:50 +09:00
Lectom C Han
8df95c8a13 i18n 대대적 변경 2026-02-10 19:13:00 +09:00
Lectom C Han
62b5bdba76 Baron 통합로그인 -> Baron 로그인 명칭 변경 2026-02-05 18:36:28 +09:00
Lectom C Han
1406c20959 다른 탭에 로그인 되어 있는 경우 추가 로그인 요청하지 않고 넘어가도록 개선 2026-02-03 14:17:36 +09:00
Lectom C Han
4f3d0759c3 userfront 연동이력 맞춤 2026-02-03 13:37:24 +09:00
kyy
3a3ea4879e 프론트엔드 동의 화면 추가 및 OIDC 로그인 흐름 완성 2026-02-02 16:39:34 +09:00
Lectom C Han
1c0a5ed272 접근 이력 스크롤 조회 기능 추가 2026-02-02 14:03:54 +09:00
Lectom C Han
7e662c9878 fix: verify-only magic link approval flow 2026-02-02 12:13:59 +09:00
Lectom C Han
03a78d75ae gateway 분리 아키텍처 2026-01-30 17:55:43 +09:00
Lectom C Han
b39789dbe2 세션정보 누락 해결. 2026-01-30 16:49:39 +09:00
Lectom C Han
1db7ce8f10 userfront gateway 분리. 2026-01-30 16:14:20 +09:00
Lectom C Han
35552943d7 내정보 페이지 사용성개선, adminFront user 정보 연동. 2026-01-30 13:42:41 +09:00
Lectom C Han
c58572b7cd 로그인 이력확인 2026-01-30 10:05:38 +09:00
Lectom C Han
ff655dc7c7 QR 로그인 구현 완료 2026-01-29 16:35:08 +09:00
Lectom C Han
77d4e9fd77 한 endpoint URL로 전체 서빙 #120 2026-01-29 14:42:15 +09:00
Lectom C Han
209314fea7 링크로 로그인하기 구현 완료 2026-01-29 09:57:36 +09:00
Lectom C Han
8faa08e377 링크로그인 동작 2026-01-29 09:40:01 +09:00
Lectom C Han
742964cf71 기본 발송 중간 2026-01-29 09:28:48 +09:00
Lectom C Han
b88de7ec91 audit 로그 개선. kratos 코드발급 링크로 전송까지 진행 완료 #104 2026-01-29 01:20:19 +09:00
Lectom C Han
1aaa772907 userfront로 리펙토링 완료 2026-01-28 08:28:25 +09:00