-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#5][FEATURE] Spring Security로 로그인 필터 추가 #17
Merged
Merged
Conversation
This file contains 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
🔥회원 관련 컨트롤러단에서 로그인 메소드 삭제 => 코어 단계에 있는 로그인 필터에서 JWT발급 후 Response
♻️ [refactor] 필터 체인에서 얻은 사용자 정보에서 userId 추출
…wt발급 🔥 [remove] application 계층에서 getAuthToken 메소드 삭제 => servlet filter에서 jwt발급
[add]JWT 관련 예외 상황 추가
♻️ [refactor] 오늘의 송금 횟수 코드 수정: 송금거래이력리스트를 오늘의 날짜로 필터링 후 리스트 사이즈로 리턴
🦺 [validation] 인증 토큰 관련 에러코드 추가
[move] version 1.0.0 코드로 분류
♻️ [refactor] @component 추가: core단에서 인증 인가 부분에 MemberEntityV2객체 필요
[remove] 레거시 코드
♻️ 로그인필터, JWT 검증 필터 등록
♻️ JWT관련 환경변수 추가
✨ [#5][feature] Spring security기반 로그인 필터, 유저 인증인가, JWT Provider 추가
🔧 [config] JWT관련 환경변수 추가
This was
linked to
issues
Apr 18, 2024
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.
No description provided.