-
Notifications
You must be signed in to change notification settings - Fork 3
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
배포 11차 #259
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
카카오 로그인시 필요한 요청값을 제공하는 클래스 추가
추후 다른 소셜 로그인을 대비하여 OCP 원칙을 준수하는 설계 구현
소셜 엑세스 토큰을 만료시키는 로직 추가
소셜 엑세스 토큰을 만료시키는 API 요청 매핑 메서드 추가
…1-social-token-reissue # Conflicts: # src/main/java/org/kakaoshare/backend/domain/member/service/oauth/OAuthWebClientService.java
… 로 수정 (#241) OAuth를 활용하지 않고 서버 자체적으로 토큰을 재발급할 때 사용되므로 OAuth prefix 제거
토큰 재발급 응답값을 RefreshTokenDto로 매핑하는 정적 팩토리 메서드 추가
토큰 재발급에 알맞는 필드, 메서드 수정
토큰 재발급에 알맞는 필드, 메서드 수정
외부 API를 활용하여 소셜 토큰을 재발급받는 로직 추가
…to feature/241-social-token-reissue
memberRepository.save()를 통해 신규 회원을 저장하거나 기존 회원 더티 체킹 후 프로필 사진 등 변경점을 수정하는 로직 추가
…com/kmw2378/back-end into feature/257-date-exception-handling
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.
No description provided.