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

[#38] feat: Spring Security 설정, jwt filter 인증 인가 #61

Merged
merged 9 commits into from
Aug 13, 2023

Conversation

kdomo
Copy link
Member

@kdomo kdomo commented Aug 13, 2023

연관 이슈

작업내용

  • Security Config추가
  • JwtExceptionFilter와 JwtTokenFilter 추가 후 FilterConfig 생성
  • 중복 코드를 제거하기위해 SecurityUtils 생성
  • 이전 PR에서 구현하지 못한 Logout 기능 구현
  • Swagger에서 Token값을 입력할 수 있도록 Components 추가

@kdomo kdomo added the ✨ Feature 기능 개발 label Aug 13, 2023
@kdomo kdomo self-assigned this Aug 13, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 40 Code Smells

25.7% 25.7% Coverage
0.0% 0.0% Duplication

@kdomo kdomo merged commit 1c00a3b into develop Aug 13, 2023
3 checks passed
@kdomo kdomo deleted the feature/#38 branch August 13, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Security 설정, jwt filter 인증 인가
1 participant