Merged
Conversation
Closed
4 tasks
Test Results1 tests 1 ✅ 0s ⏱️ Results for commit 4a942e0. |
hardwoong
reviewed
Aug 17, 2025
| } | ||
|
|
||
| @Override | ||
| public LoginResponse guestLogin() { |
Member
There was a problem hiding this comment.
UUID 기반 디바이스 식별자 사용하시는 방안 확인했습니다!
deviceUuid와 rtUuid 분리해서 생성하시는 것도 고생많으셨어용
hardwoong
approved these changes
Aug 17, 2025
Member
hardwoong
left a comment
There was a problem hiding this comment.
기존 소셜 로그인 구조를 잘 활용해서 GUEST 로그인을 구현하신 것 확인했습니다 !!
토큰 관리, 예외 처리 등 고생 많으셨습니다~~
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.
관련 이슈
#31
작업한 내용
게스트 로그인 API를 구현하였습니다.
UserService.createGuestUser 서비스 로직을 추가하였습니다.
구독 상태 조회(getSubscribeStatus) 기능을 수정하였습니다.
PR Point 및 참고사항, 스크린샷
RDS PlanType 테이블에 GUEST 플랜 데이터를 추가해야 합니다..! (현재 추가안한상태라 해당 API 호출 시 NON_PLAN 에러 발생)
현재 구조상 게스트 유저 데이터가 계속 누적되는 상황입니다.
이 문제를 해결하기 위해 게스트 유저 데이터를 주기적으로 정리하는 배치 작업도 진행할 예정입니다.
게스트 로그인 API 호출시



닉네임 조회 호출시
게스트 로그인 후 구독상태 조회 api 호출시