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

구글 회원가입 문제 해결 #790

Merged
merged 6 commits into from
Oct 25, 2024
Merged

구글 회원가입 문제 해결 #790

merged 6 commits into from
Oct 25, 2024

Conversation

ay-eonii
Copy link
Contributor

@ay-eonii ay-eonii commented Oct 25, 2024

PR의 목적이 무엇인가요?

구글 oauth에서 로그인은 가능하지만 회원가입이 되지 않은 오류가 있었습니다.

이슈 ID는 무엇인가요?

  • 긴급버그로 이슈를 작성하지 않았습니다.

설명

identifier로 member를 찾아오는 과정에서 없다면 무조건 예외를 발생시켰습니다.
이를 예외를 발생시키지 않고 Optional<Member>를 반환하도록 변경하였습니다.
이후 member가 emtpy라면 회원가입을 진행하도록 수정했습니다.

질문 혹은 공유 사항 (Optional)

@ay-eonii ay-eonii merged commit 22e9ea4 into develop-backend Oct 25, 2024
1 check passed
@ay-eonii ay-eonii changed the title Fix/#788 회원가입 문제 해결 Oct 27, 2024
@ay-eonii ay-eonii changed the title 회원가입 문제 해결 구글 회원가입 문제 해결 Oct 27, 2024
@ay-eonii ay-eonii self-assigned this Oct 27, 2024
@ay-eonii ay-eonii added BE 백엔드 관련 이슈입니다. 🚨 긴급 hotfix (main에서 파생된 문제를 해결) labels Oct 27, 2024
@ay-eonii ay-eonii deleted the fix/#788 branch October 27, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈입니다. 🚨 긴급 hotfix (main에서 파생된 문제를 해결)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants