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

Google OAuth2 Token API 연동 #40

Merged
merged 20 commits into from
Nov 3, 2024
Merged

Google OAuth2 Token API 연동 #40

merged 20 commits into from
Nov 3, 2024

Conversation

sjhjack
Copy link
Contributor

@sjhjack sjhjack commented Oct 20, 2024

📑 개요

✅ PR 체크리스트


  • 🔀 PR 제목의 형식을 잘 작성했나요?
  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?

🚀 상세 작업 내용


  • Google OAuth2 Access Token, Refresh Token 발급 요청
  • Google OAuth2 Access Token 재발급 요청
  • GoogleOAuthParamFactory 팩토리 클래스 및 메서드 체이닝 적용
  • 토큰 요청 관련 예외 처리

📁 ETC


colsed: #33

@sjhjack sjhjack self-assigned this Oct 20, 2024
@sjhjack sjhjack linked an issue Oct 20, 2024 that may be closed by this pull request
1 task
@sjhjack sjhjack requested review from KIMSEI1124 and jiwon83 and removed request for KIMSEI1124 October 20, 2024 11:57
@KIMSEI1124 KIMSEI1124 changed the base branch from main to dev October 20, 2024 11:58
Copy link
Member

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

📄 Jacoco Coverage Report

Overall Project 92.77% 🍏

There is no coverage information present for the Files changed

@sjhjack sjhjack requested a review from KIMSEI1124 October 26, 2024 02:48
Copy link
Member

@KIMSEI1124 KIMSEI1124 left a comment

Choose a reason for hiding this comment

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

LGMT!

전체적으로 잘 작성하셨습니다!! 다음 작업을 진행하기 전에 해당 브랜치를 머지해주시고 제가 제안하는 내용이 하나 있는데 확인해보시고 변경해야할 것 같으면 수정해주세요!

Copy link
Member

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

github-actions bot commented Nov 3, 2024

📄 Jacoco Coverage Report

Overall Project 92.77% 🍏

There is no coverage information present for the Files changed

@sjhjack sjhjack merged commit 35c3238 into dev Nov 3, 2024
1 check passed
@sjhjack sjhjack deleted the feat/#33 branch November 3, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Google API 연동하여 토큰을 발급한다.
3 participants