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

Commits on Nov 13, 2023

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

    - token 갱신 요청 시 검증 후 다음 필터체인 동작 제거
    - 동작 대신 데이터 응답 추가
    dunowljj committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4ddd9d3 View commit details
    Browse the repository at this point in the history
  2. Fix : DIG-66 Access, Refresh Token 인증 실패 응답 값 통일

    - 우선적으로 Access인지 Refresh인지 구분만 하도록 구현
    dunowljj committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4cb820f View commit details
    Browse the repository at this point in the history
  3. Feat : DIG-65 카카오 소셜 로그인 구현 방법 추가

    - 인가코드를 프론트에서 건네받아 토큰 요청하는 흐름으로 변경
    - userRepository 조회로직 직접 조회로 변경 (후에 삭제한 회원 로직 추가해야)
    - loginDto 값 조정 및 패키지 이동
    dunowljj committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e875414 View commit details
    Browse the repository at this point in the history