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

[FIX] #806 auth 필요없는 객체 삭제, db검증로직 추가 #807

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

wken5577
Copy link
Contributor

@wken5577 wken5577 commented Apr 4, 2024

📌 개요

  • oauth2로그인시 사용되지 않는 class 제거, db 검증로직 추가

💻 작업사항

✅ 변경로직

💡Issue 번호

@wken5577 wken5577 added the enhancement New feature or request label Apr 4, 2024
@wken5577 wken5577 self-assigned this Apr 4, 2024
@wken5577 wken5577 linked an issue Apr 4, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.69%. Comparing base (01bec09) to head (f700fb5).

Additional details and impacted files
@@             Coverage Diff              @@
##                dev     #807      +/-   ##
============================================
+ Coverage     75.58%   75.69%   +0.10%     
- Complexity     1079     1082       +3     
============================================
  Files           363      363              
  Lines          4756     4756              
  Branches        389      389              
============================================
+ Hits           3595     3600       +5     
+ Misses          992      987       -5     
  Partials        169      169              
Flag Coverage Δ
integrationTest 69.78% <ø> (+0.10%) ⬆️
unitTest 35.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@Kimhan-nah Kimhan-nah left a comment

Choose a reason for hiding this comment

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

좋습니당

@wken5577 wken5577 merged commit e74003a into dev Apr 4, 2024
2 checks passed
@Kimhan-nah Kimhan-nah deleted the 806-feature-jwt-filter-fix branch April 5, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feature] JWT필터 검증로직 추가
3 participants