-
Notifications
You must be signed in to change notification settings - Fork 0
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 : 네이버 oauth 기능, 카카오 oauth 기능 추가 #213
Merged
Conversation
This file contains 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
Feature/information page v3
Fix/information v2
Fix/gathering information
fix: home information order 절 수정
…keCount fix: 좋아요 수 구하는 절 수정
…keCount fix: 좋아요 수 구하는 절 수정 Long -> Integer 로 수정
fix : 로그인 유저 상태 확인 수정
fix: join -> 서브쿼리로 처리후 group by 수정
Fix : 정보 카테고리 이름 추가
Fix : 카테고리 이름 필드 추가
Refactor : 성별입력시 유저 프로필 변경
fix: applicatns 부분 join -> 서브쿼리로 수정
* Fix : 삭제된 모임 조회되지 않도록 수정 * Fix : 모임 인원수 오류 수정 자기자신을 인원에 포함하지 않는 문제 여러명의 인원을 1명으로 인식하는 문제
* Feat : 카카오 추가정보 있을때 회원가입 * Fix : 카카오 회원탈퇴 오류 수정 성별이 필드가 비어있을때 조회 사용하는 로직 수정
회원가입, 로그인, 로그아웃, 회원탈퇴
hyeonjaez
approved these changes
Sep 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다
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.
📝작업 내용
네이버 로그인, 회원가입, 로그아웃, 탈퇴
카카오 회원가입 시 추가정보 있는 경우 처리
카카오 회원탈퇴 시 발생하는 오류 수정