pr Feat/9 로그인 회원가입 기능 구현 #50
Merged
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.
Issue number and Link
이슈 번호
Summary
카카오, 네이버 회원가입 기능을 구현하였습니다.
회원 존재하면 로그인, 없다면 회원가입을 처리하여 첫 로그인인지 여부와 토큰, 프로필 image url, memberId를 json으로 함께 반환하도록 구현했습니다.
PR Type
Other Information
프로필 사진 변경 및 닉네임 확인 로직, 게시글과 댓글 연관관계 매핑, 좋아요와 스크랩 기능이 이제 구현할 계획입니다.