dev -> prod#687
Merged
Merged
Conversation
…ofit` -> `ktorfit`)
[feat] Build-Logic 모듈 생성 및 설정
iOS 기기에서 Google 로그인이 실패하는 문제를 해결하기 위해 iOS 클라이언트 ID를 audience에 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
[feat] 애플 로그인 구현
[feat] 어드민 검수 요청 페이지 개선
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (64)
WalkthroughApple 소셜 로그인 기능이 추가되어 ChangesApple 소셜 로그인 및 범용 토큰 파서
관리자 '내 검수 요청' 기능
모바일 KMP 빌드 시스템 재구성
Sequence Diagram(s)sequenceDiagram
participant Client
participant AuthController
participant AuthService
participant IdTokenParserResolver
participant AppleTokenParser
participant SocialMemberService
Client->>AuthController: POST /api/v1/auth/login/apple (SocialLoginRequest)
AuthController->>AuthService: loginWithSocial(request, Provider.APPLE, deviceFid)
AuthService->>IdTokenParserResolver: resolve(Provider.APPLE)
IdTokenParserResolver-->>AuthService: AppleTokenParser
AuthService->>AppleTokenParser: getProviderId(idToken)
AppleTokenParser-->>AuthService: sub (providerId)
AuthService->>AppleTokenParser: getEmail(idToken)
AppleTokenParser-->>AuthService: Optional<email>
AuthService->>SocialMemberService: findOrCreate(APPLE, providerId, Optional<email>)
SocialMemberService-->>AuthService: SocialMember
AuthService-->>AuthController: SocialLoginResult
AuthController-->>Client: 200 SocialLoginResponseV2
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues
✔️ Check-list
🗒️ Work Description
📷 Screenshot
📚 Reference
Summary by CodeRabbit
Release Notes
New Features
Improvements