Skip to content
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: DIG-65 카카오 소셜로그인 구현방법 변경 #34

Merged
merged 3 commits into from
Nov 13, 2023

Conversation

dunowljj
Copy link
Collaborator

@dunowljj dunowljj commented Nov 13, 2023

Fix : DIG-66 Refresh Token 필터 버그 수정

  • 토큰 재발급 후 그대로 응답값을 전달하고, 필터체인의 흐름을 끊도록 수정

Fix : DIG-66 Access, Refresh Token 인증 실패 응답 값 통일

  • 우선적으로 프론트에서 유효성이 만료된 토큰이 Access인지 Refresh인지 구분만 가능하도록 구현

Feat : DIG-65 카카오 소셜 로그인 구현 방법 추가

  • 인가코드를 프론트에서 건네받아 토큰 요청하는 흐름으로 변경
  • userRepository 조회로직 직접 조회로 변경 (후에 삭제한 회원 로직 추가해야)
  • loginDto 값 조정 및 패키지 이동

- token 갱신 요청 시 검증 후 다음 필터체인 동작 제거
- 동작 대신 데이터 응답 추가
- 우선적으로 Access인지 Refresh인지 구분만 하도록 구현
- 인가코드를 프론트에서 건네받아 토큰 요청하는 흐름으로 변경
- userRepository 조회로직 직접 조회로 변경 (후에 삭제한 회원 로직 추가해야)
- loginDto 값 조정 및 패키지 이동
@dunowljj dunowljj self-assigned this Nov 13, 2023
@dunowljj dunowljj added enhancement New feature or request bug Something isn't working labels Nov 13, 2023
Copy link
Collaborator

@Dongjin113 Dongjin113 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

@dunowljj dunowljj merged commit 67cb2e2 into Goorm-OGJG:develop Nov 13, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants