Feat : 소셜 로그인시 Author 객체 자동생성 로직 추가, 소셜 로그인시 동명이인이 존재한다면 0~9999의 랜덤한 숫자부여#22
Open
Feat : 소셜 로그인시 Author 객체 자동생성 로직 추가, 소셜 로그인시 동명이인이 존재한다면 0~9999의 랜덤한 숫자부여#22
Conversation
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.
Feat
소셜 로그인 시 Author 자동 생성
Member저장 직후Author엔티티를 자동으로 생성하여 1:1 매핑되도록 처리Author는@MapsId구조를 사용해Member의 id를 공유닉네임 중복 방지 로직 추가
username(닉네임)이 존재하는 경우예:
홍길동→홍길동42주요 효과
Issue
#21 => 1번 해결