Skip to content

[Feature/#424] 구글 소셜 로그인 버튼 연동 - #425

Merged
Seojegyeong merged 2 commits into
developfrom
feature/#424
Aug 9, 2026
Merged

Seojegyeong merged 2 commits into
developfrom
feature/#424

Conversation

@Seojegyeong

Copy link
Copy Markdown
Collaborator

🚨 관련 이슈

#424

✨ 변경사항

  • 🐞 BugFix Something isn't working
  • 💻 CrossBrowsing Browser compatibility
  • 🌏 Deploy Deploy
  • 🎨 Design Markup & styling
  • 📃 Docs Documentation writing and editing (README.md, etc.)
  • ✨ Feature Feature
  • 🔨 Refactor Code refactoring
  • ⚙️ Setting Development environment setup
  • ✅ Test Test related (storybook, jest, etc.)

✏️ 작업 내용

  • Login.tsx 구글 로그인 버튼 onClick을 handleSocialLogin("google")으로 변경
  • 기존 "준비중" 토스트 제거

😅 미완성 작업

  • 백엔드 구글 OAuth 설정 완료 후 배포 환경 통합 테스트 필요

📢 논의 사항 및 참고 사항

  • 프론트 연동 자체는 완료
  • 현재 배포 환경에서 네이버·구글 모두 백엔드 redirect-uri가 localhost:8080으로 설정되어 있어 정상 동작하지 않는 상태
  • 백엔드 확인 요청 완료

💬 리뷰어 가이드 (P-Rules)
P1: 필수 반영 (Critical) - 버그 가능성, 컨벤션 위반. 해결 전 머지 불가.
P2: 적극 권장 (Recommended) - 더 나은 대안 제시. 가급적 반영 권장.
P3: 제안 (Suggestion) - 아이디어 공유. 반영 여부는 드라이버 자율.
P4: 단순 확인/칭찬 (Nit) - 사소한 오타, 칭찬 등 피드백.

@Seojegyeong Seojegyeong linked an issue Aug 9, 2026 that may be closed by this pull request
1 task
@Seojegyeong Seojegyeong self-assigned this Aug 9, 2026
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Seojegyeong, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 10 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d77bdb35-05ff-4f69-aa4d-fad806487ae4

📥 Commits

Reviewing files that changed from the base of the PR and between 545e248 and 7ae403a.

📒 Files selected for processing (1)
  • src/pages/auth/Login.tsx

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

📚 Storybook 배포 완료

항목 링크
📖 Storybook https://69a147b60a56365d9e2185ef-cjuqqweunr.chromatic.com/
🔍 Chromatic https://www.chromatic.com/build?appId=69a147b60a56365d9e2185ef&number=593

@jjjsun
jjjsun requested review from YermIm and jjjsun August 9, 2026 10:23

@jjjsun jjjsun left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P4: 확인했습니다

@Seojegyeong
Seojegyeong merged commit 61fdf7e into develop Aug 9, 2026
3 checks passed
@Seojegyeong
Seojegyeong deleted the feature/#424 branch August 9, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ [Feature] 구글 소셜 로그인 연동

2 participants