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

회원가입할때 구글로부터 닉네임, 프로필 이미지를 가져오도록 구현한다. #56

Closed
6 tasks done
devFancy opened this issue Aug 13, 2023 · 0 comments · Fixed by #61
Closed
6 tasks done
Assignees
Labels
기능 추가 새로운 기능 추가

Comments

@devFancy
Copy link
Member

devFancy commented Aug 13, 2023

구현할 기능

구현할 기능에 대해 설명해 주세요.

  • 유저가 구글 소셜 로그인으로 회원가입할때 기존에 가져온 이메일 뿐만 아니라 닉네임, 프로필 이미지도 같이 가져오도록 구현한다.

세부 작업 내용

  • 닉네임, 프로필 이미지도 가져오도록 회원 엔티티 수정
    • 관련 클래스: Member
  • 그 밖에 회원가입할때, 회원과 관련된 dto에 닉네임, 프로필 이미지 추가
    • 관련 클래스: OAuthMember, MembeResponse, UserInfo
  • GoogleProperties 클래스에서 기존 scope 타입을 String에서 List으로 수정
    • 관련 클래스: GoogleProperties, GoogleOAuthClient
  • 회원 정보에 대한 예시 값 추가
    • 관련 클래스: MemberFixtures, OAuthFixtures, Constants
  • 회원가입과 관련된 테스트코드 수정
  • 프로필 등록에 대한 테스트코드 수정

참고자료

@devFancy devFancy added the 기능 추가 새로운 기능 추가 label Aug 13, 2023
@devFancy devFancy self-assigned this Aug 13, 2023
@devFancy devFancy changed the title 회원가입할때 구글로부터 프로필 이미지를 가져오도록 구현한다. 회원가입할때 구글로부터 닉네임, 프로필 이미지를 가져오도록 구현한다. Aug 13, 2023
@devFancy devFancy moved this to In Progress in hibit-team Aug 13, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in hibit-team Aug 14, 2023
@devFancy devFancy removed this from hibit-team Aug 20, 2023
@devFancy devFancy added this to the 소셜 로그인 milestone Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 추가 새로운 기능 추가
Projects
None yet
1 participant