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.
💡 Issue
📸 Screenshot
📄 Description
1. 로그인
login 시 캐시에 refreshToken, memberId를 key,value로 저장합니다
2. 로그아웃
로그아웃 시에는 access token 과 refresh token을 전달 받습니다
3. 재발급
4. 회원 탈퇴
멤버 객체가 존재하면 삭제하고, withdrawal_reason에 저장합니다!
해당 테이블은 단순히 한 번 데이터를 저장하기 위한 목적이므로 따로 도메인 엔티티를 구현하진 않았습니다 Mapper도요!