Skip to content

Conversation

@yongjun0511
Copy link
Collaborator

#️⃣ Issue Number

📝 요약(Summary)

  • 로그인 V2 API를 구현했습니다.
  • 로그인시에 디바이스 정보 (iOS, Android)를 수집하기 위한 목적입니다.
  • 별도로 컨트롤러는 분리하지 않았습니다 ( 토큰 리프레시 같은 메서드는 공유하기 때문 )
  • 마이그레이션을 빠르게 진행하고 삭제할 예정.

💬 공유사항 to 리뷰어

✅ PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@yongjun0511 yongjun0511 self-assigned this Dec 7, 2025
@yongjun0511 yongjun0511 added the feat 개발, 구현 label Dec 7, 2025
@yongjun0511 yongjun0511 linked an issue Dec 7, 2025 that may be closed by this pull request
@gemini-code-assist
Copy link

Summary of Changes

Hello @yongjun0511, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 사용자 로그인 시 디바이스 정보(iOS 또는 Android)를 수집하기 위한 로그인 V2 API를 구현합니다. 기존 로그인 로직에 영향을 주지 않으면서 디바이스 정보를 포함하는 새로운 요청 DTO와 서비스 로직을 추가하여, 향후 마이그레이션을 용이하게 하고자 합니다. 이 기능은 임시적으로 운영될 예정이며, 마이그레이션이 완료되면 기존 API와 함께 삭제될 계획입니다.

Highlights

  • 로그인 V2 API 구현: 디바이스 정보(iOS, Android) 수집을 목적으로 하는 새로운 로그인 V2 API가 카카오 및 애플 로그인에 대해 구현되었습니다.
  • 디바이스 타입 추가: 사용자 엔티티에 "DeviceType" 필드가 추가되었으며, "iOS"와 "ANDROID"를 포함하는 새로운 "DeviceType" enum이 정의되었습니다.
  • 임시 마이그레이션: 이 V2 API는 기존 로그인 시스템에서 디바이스 정보 수집을 위한 빠른 마이그레이션을 위해 임시로 구현되었으며, 마이그레이션 완료 후 삭제될 예정입니다.
  • 컨트롤러 통합 유지: 토큰 리프레시와 같은 메서드를 공유하기 위해 기존 "OAuthController" 내에 V2 API 엔드포인트가 추가되었으며, 별도의 컨트롤러는 분리되지 않았습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.


새로운 길 열어,기기 정보 담아내니,옛 길은 곧 사라져.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

로그인 V2 API 구현을 위한 변경 사항 잘 보았습니다. 디바이스 정보 수집을 위해 새로운 DTO와 API 엔드포인트를 추가하고, 관련 서비스 로직을 수정한 내용이 확인됩니다. 몇 가지 개선점을 제안합니다. 레포지토리 스타일 가이드에 따라 와일드카드 import를 지양하고, 컨트롤러의 로깅 메시지 오류 수정 및 로직 일관성 확보가 필요해 보입니다. 또한, Java 네이밍 컨벤션에 따라 Enum 상수를 수정하는 것을 권장합니다. 자세한 내용은 각 파일에 남긴 코멘트를 참고해주세요.

@yongjun0511 yongjun0511 merged commit e56449c into develop Dec 18, 2025
@yongjun0511 yongjun0511 deleted the feat/#315-login-v2-api branch December 18, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 개발, 구현

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: login V2 API

2 participants