Skip to content

[#79] Feat/구글로그인 기능 구현#81

Merged
CJewon merged 1 commit intomainfrom
feat/구글로그인_기능
Feb 15, 2025

Hidden character warning

The head ref may contain hidden characters: "feat/\uad6c\uae00\ub85c\uadf8\uc778_\uae30\ub2a5"
Merged

[#79] Feat/구글로그인 기능 구현#81
CJewon merged 1 commit intomainfrom
feat/구글로그인_기능

Conversation

@CJewon
Copy link
Collaborator

@CJewon CJewon commented Feb 14, 2025

#️⃣ Issue

📝 Description

구글 로그인 기능 구현에 관한 PR입니다.
환경변수값은 따로 알려드리겠습니다.

구글 로그인 기능을 구현하기 전 사전 설정을 해줘야합니다.

  1. 구글 클라우드 검색 후 접속
  2. 구글 아이디로 로그인 후 헤더바에 있는 콘솔 클릭
  3. 프로젝트 생성
  4. 이후 설명은 사진과 함께 참고했던 링크를 보시고 따라하시면 되겠습니다.
  5. https://moon-lilac.tistory.com/185
  6. 프로젝트 생성완료 후 client_id와 클라이언트 비밀번호 확인

구글 로그인을 성공하면 구글에서 제공하는 기본 프로필이미지로 로그인되는데 이 부분에서 에러가 나옵니다.
next.config.ts에 사진처럼 추가해주시면 됩니다.
스크린샷 2025-02-15 070922
{ protocol: 'https', hostname: 'lh3.googleusercontent.com', },

🌀 PR Type

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항 (오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

✅ Checklist

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • Branch Convention 확인

    feat/ 피쳐, fix/ 버그 수정, refactor/ 개선

  • Base Branch 확인
  • 커밋 메시지 컨벤션 준수
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test Checklist

  • 로컬 작동 확인

Additional Notes

  • (없음)

@CJewon CJewon added Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 labels Feb 14, 2025
@CJewon CJewon requested a review from eunkyung01 February 14, 2025 14:52
@CJewon CJewon self-assigned this Feb 14, 2025
@vercel
Copy link

vercel bot commented Feb 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wine ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:52pm

@CJewon CJewon requested review from LMS10, park521 and qpalkim February 14, 2025 22:10
Copy link
Owner

@LMS10 LMS10 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

@eunkyung01 eunkyung01 left a comment

Choose a reason for hiding this comment

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

구글 로그인 잘 됩니다! 수고하셨습니다!

@qpalkim
Copy link
Collaborator

qpalkim commented Feb 15, 2025

구글 로그인 정상 작동 확인했습니다! 수고하셨습니다👍

@CJewon CJewon merged commit e7b3b66 into main Feb 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat : [로그인 페이지] 구글 로그인 기능

5 participants