feat: WebSocket 보안 인증 시스템 구현#7
Merged
DongHyeonka merged 2 commits intoSynapsesa:developfrom Aug 6, 2025
Merged
Conversation
- JWT 기반 WebSocket 인증 필터 및 인터셉터 구현 - STOMP 프로토콜 보안 설정 및 에러 핸들링 추가 - 클라이언트 정보 추출 및 세션 관리 기능 구현 - WebSocket 보안 설정 분리 및 모듈화 주요 구현 사항: - CustomAuthenticationFilter: JWT 토큰 검증 및 Principal 설정 - WebSocketChannelInterceptor: STOMP CONNECT 프레임 인증 처리 - CustomStompErrorHandler: STOMP 에러 표준화 및 일관된 응답 처리 - WebSocketSecurityConfig: WebSocket 보안 설정 분리 - JwtTokenProvider: JWT 토큰 생성 및 검증 로직
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 작업 내용
인증 시스템 구현
보안 설정 분리
🚨 에러 처리 표준화