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

[FEATURE] OAuth 로그인 중, 신규 유저의 봉사자 등록 로직 추가 #332

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

m-a-king
Copy link
Collaborator

resolved :

📌 과제 설명

OAuth 로그인 중, 신규 유저의 봉사자 등록 로직 추가

👩‍💻 요구 사항과 구현 내용

OAuth 로그인 중, 신규 유저의 봉사자 등록 로직 추가
기존 로그인, 회원가입 로직 개선

✅ PR 포인트 & 궁금한 점

- OAuth 사용자를 위한 회원가입 메소드(signUpOAuthUser) 추가
- 기존 로컬 사용자 회원가입 메소드 이름을 signUpLocalUser로 변경
- OAuth 등록자(OAuthInfoRegistrar) 및 관련 로직 연동
- `registerOAuthUser` 메서드 제거 및 `SignUpUseCase`로 대체
- `RegisterUserUseCase`와 `OAuthInfoRegistrar` 종속성 제거
- OAuth 유저 등록과 관련된 책임을 `SignUpUseCase`로 위임
@m-a-king m-a-king self-assigned this Jan 23, 2025
@m-a-king m-a-king linked an issue Jan 23, 2025 that may be closed by this pull request
1 task
Copy link
Collaborator

@leebs0521 leebs0521 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

Copy link
Collaborator

@ayoung-dev ayoung-dev left a comment

Choose a reason for hiding this comment

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

고생하셨습니당

@m-a-king m-a-king merged commit 0a224d7 into main Jan 23, 2025
3 checks passed
@m-a-king m-a-king deleted the feature/331-add-oauth-signin-volunteer-register branch January 23, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] OAuth 로그인 봉사자 등록 로직 추가
3 participants