Conversation
- 회원 탈퇴 시 회원 정보 삭제 - 회원 탈퇴 시 로그아웃을 통해 토큰 블랙리스트 등록 Related to: #51
Contributor
|
회원 정보 같은 경우 탈퇴일을 업데이트 하는 식으로 구현해도 괜찮을 것 같네요 |
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.
📋 요약
🛠 변경 사항
🔗 관련 이슈
📸 스크린샷 또는 GIF (해당되는 경우)
기존 tbl_user

6번 유저 로그인 후 탈퇴

탈퇴 후 tbl_user

✅ 체크리스트
🛡 테스트 방법
.
📚 추가 참고 사항
일단 회원 탈퇴 하면 정보를 삭제하는 것으로 구현하였는데, 게시물이나 댓글 같은 경우는 함께 삭제를 할 지, 익명화 처리를 하여 남겨둘 지 이야기 해보면 좋을 것 같습니다..!