feat/Public Key 기반 JWT 검증 필터 구현 #99
Merged
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 타입 선택
아래 타입 중 해당하는 하나를 선택해 주세요. 반드시 하나만 선택해 주세요.
feat: 새로운 기능 추가fix: 버그 수정docs: 문서 수정style: 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우refactor: 코드 리팩토링test: 테스트 코드 추가 또는 수정chore: 빌드 업무 수정, 패키지 매니저 수정 등 기타 작업📝 변경 사항 요약
Auth 서비스의 로그인 및 JWT 토큰 발급 로직 구현에 기반한 Trip 서비스에 인증 필터를 연동
Filter: develop 브랜치의 Mock 필터(AuthenticationFilter) 대신, 실제 검증을 수행하는 JwtAuthenticationFilter를 적용
🛠 관련 이슈
Resolves: #95
Ref: #456
Related to: #48, #45
close: #번호
추가 설명 (선택 사항)
변경 사항에 대한 추가 설명을 작성해 주세요.