Feature/delete user - #11
Merged
Merged
Conversation
redis 사용을 위해 redis.host, redis.port 추가
redis 사용을 위해 gradle에 redis 추가
JwtExtrator로 분리
블랙리스트로 JWT 토큰 무력화
DELETE : /api/users
요청헤더에서 authorization을 가져옴
토큰에서 ID를 추출하는 메서드 구현 토큰의 만료시간을 계산하는 메서드 구현
회원탈퇴 시, user의 정보를 삭제하려면 contentData가 연관관계로 되어있어 동시삭제가 되어야 하므로 영속성 전이 설정
RefreshToken을 Redis에서 관리
setValue(), getValue(), deleteValue()
redis에서 deleteValue()메서드로 RefreshToken 제거
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.
📌 작업 개요
📝 작업 내용
📎 참고 사항
🖼️ 사진