Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(#50): 안드로이드 전용 카카오 로그인 API #54

Merged

Conversation

kimyu0218
Copy link
Collaborator

작업 개요

안드로이드 전용 카카오 로그인 API 작성

  • 안드로이드의 경우, SDK를 이용하여 카카오 토큰(액세스/리프레시 토큰)까지 조회함
  • 따라서 토큰으로 사용자 정보를 뽑아내는 카카오 로그인 API 별도로 필요

작업 사항

  • 안드로이드 카카오 로그인을 지원하기 위한 컨트롤러, 서비스, dto 작성

고민한 점들(필수 X)

@kimyu0218 kimyu0218 linked an issue Feb 3, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Feb 3, 2025

Test Results

41 tests  +2   40 ✅ +2   2s ⏱️ ±0s
26 suites +3    1 💤 ±0 
26 files   +3    0 ❌ ±0 

Results for commit 693aa60. ± Comparison against base commit 512e98f.

Copy link
Member

@NaMinhyeok NaMinhyeok left a comment

Choose a reason for hiding this comment

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

안드로이드는 토큰만 있으면 로그인이 가능한가보네요 ! 고생하셨습니다!

Copy link
Member

@pythonstrup pythonstrup left a comment

Choose a reason for hiding this comment

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

고생하셨습니다. 코멘트 한번 확인해 주세요!

@kimyu0218 kimyu0218 force-pushed the feature/#50-안드로이드-전용-카카오-로그인-api branch from 693aa60 to 81ae2e4 Compare February 4, 2025 13:09
@kimyu0218 kimyu0218 changed the base branch from feature/#37-회원-이름-이메일-저장 to main February 4, 2025 13:12
@kimyu0218 kimyu0218 merged commit 063f55a into main Feb 4, 2025
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.

feat: 안드로이드 전용 카카오 로그인 API
3 participants