Skip to content

Refactor: 웹 시큐리티 설정 객체를 책임 분리#9

Merged
yunjae62 merged 8 commits into
mainfrom
refactor/divide-security-config
Aug 17, 2025
Merged

Refactor: 웹 시큐리티 설정 객체를 책임 분리#9
yunjae62 merged 8 commits into
mainfrom
refactor/divide-security-config

Conversation

@yunjae62

Copy link
Copy Markdown
Owner

개요

  • 기존의 WebSecurityConfig 클래스에 몰려있던 책임 분리

작업사항

  • Url, CORS 관련 상수 객체 분리
  • 필터, 인증 공급자, 비밀번호 인코더 설정 객체 분리
  • 로그인 시 비밀번호 검증하지 않던 문제 해결
  • WebSecurityConfig 클래스는 웹 설정만 하도록 변경

세부사항

관련 이슈

@yunjae62 yunjae62 self-assigned this Aug 17, 2025
@yunjae62 yunjae62 added the enhancement New feature or request label Aug 17, 2025
@github-actions

Copy link
Copy Markdown

Test Results

1 tests   1 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 71464cb.

@yunjae62 yunjae62 merged commit f12aa48 into main Aug 17, 2025
2 checks passed
@yunjae62 yunjae62 deleted the refactor/divide-security-config branch August 17, 2025 06:29
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.

1 participant