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 검증 기능 개발 #43

Merged
merged 19 commits into from
Nov 9, 2024
Merged

Google OAuth2 Token 검증 기능 개발 #43

merged 19 commits into from
Nov 9, 2024

Conversation

sjhjack
Copy link
Contributor

@sjhjack sjhjack commented Nov 6, 2024

📑 개요

✅ PR 체크리스트


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

🚀 상세 작업 내용


  • Google OAuth2 토큰 검증 API 요청을 위한 client 메서드 작성
  • 토큰 검증 Resolver 작성
  • 검증을 위한 커스텀 어노테이션 @Authenticated 작성
  • google-oauth-client 모듈에 Jacoco 추가

📁 ETC


closed: #42

Copy link

github-actions bot commented Nov 6, 2024

📄 Jacoco Coverage Report

Overall Project 92.77% 🍏

There is no coverage information present for the Files changed

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.

고생하였습니다!

궁금한점을 댓글로 달아뒀고 한가지는 반드시 수정해야할 것 같습니다!

" 상수 처리하는 부분! "

해당 부분에 대해서 고민한번 해보시고 수정해주시면 감사합니다!

@sjhjack sjhjack requested a review from KIMSEI1124 November 9, 2024 07:03
Copy link

github-actions bot commented Nov 9, 2024

📄 Jacoco Coverage Report

Overall Project 92.77% 🍏

There is no coverage information present for the Files changed

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.

LGTM!

해당 기능 개발하시느라 고생하셨습니다!

Copy link

github-actions bot commented Nov 9, 2024

📄 Jacoco Coverage Report

Overall Project 92.77% 🍏

There is no coverage information present for the Files changed

@sjhjack sjhjack merged commit fce682a into dev Nov 9, 2024
1 check passed
@sjhjack sjhjack deleted the feat/#42 branch November 9, 2024 07:18
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.

Interceptor에서 토큰 검증한다.
2 participants