feat : 일반 로그인 및 JWT 인증/인가 기능 구현#9
Merged
DongHyeonka merged 2 commits intoSynapsesa:developfrom Jun 16, 2025
Merged
Conversation
주요 변경 사항: - SecurityConfig: AuthenticationManager, JwtAuthenticationFilter, PasswordEncoder 등 핵심 보안 설정을 구성하고 필터 체인에 적용 - JWT 기반 인증 필터(JwtAuthenticationFilter) 및 관련 핸들러(LoginSuccess/FailureHandler) 추가 - JWT 생성 및 관리를 위한 서비스(JwtTokenService, JwtTokenTemplate) 및 DTO(TokenResponse, TokenResult) 구현 - 인증 객체로 사용될 PrincipalUser, ProviderUser 등 도메인 모델 정의 - 모든 엔티티의 기본 키(ID) 타입을 Long에서 UUID로 변경하여 확장성 확보 - 변경된 보안 설정 및 의존성을 테스트 코드(AccountControllerTest)에 반영
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 작업 내용
주요 변경 사항:
이미지 첨부
다음 할 일