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

♻️ [Refactor] : Social Login 진행 시 SuccessHandler에서 수행하던 책임 분리하기 #93

Closed
1 of 3 tasks
programofktw opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
♻️ Refactor 코드를 개선, 혹은 다른 기능 개선

Comments

@programofktw
Copy link
Contributor

programofktw commented Jan 15, 2025

브랜치 이름 (Branch Name)

success-handler-refactor

깃허브 이슈만 생성할까요?

  • 깃허브 이슈만 생성할래요

수정 내용(Description)

success handler에서 유저의 등록, 토큰 반환 로직을 모두 수행하던 것을 분리하여 sucess handler에서는 토큰의 반환만, 유저 등록은 OAuth2Service를 만들어서 작업

시작 날짜 (Start Date)

2025-01-16

기한 (Due Date)

2025-01-16

체크리스트(Tasks)

  • SuccessHandler에서 유저 등록 부분을 OAuth2Service에 작성
  • SecurityConfig에서 OAuth2Service 등록

참조(References)

No response

@programofktw programofktw added the ♻️ Refactor 코드를 개선, 혹은 다른 기능 개선 label Jan 15, 2025
@programofktw programofktw self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactor 코드를 개선, 혹은 다른 기능 개선
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant