Skip to content
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 13 commits into from
Apr 18, 2024

Conversation

Caramel1004
Copy link
Owner

No description provided.

🔥회원 관련 컨트롤러단에서 로그인 메소드 삭제 => 코어 단계에 있는 로그인 필터에서 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관련 환경변수 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment