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.
#️⃣연관된 이슈
📝작업 내용
가입으로 설정하고, 탈퇴하면탈퇴로 변경됩니다.탈퇴인 유저는 로그인 할 수 없습니다.스크린샷 (선택)
탈퇴 후 응답
탈퇴 후 로그인을 시도했을 때 예외처리
탈퇴 후 토큰이 필요한 API를 시도했을 때 예외처리
💬리뷰 요구사항(선택)
회원탈퇴의 경우 유저는 변경이고, 유저에 딸린 목표/할일/인증 등등은 삭제입니다.
Mappping을PUT으로 할지DELETE로 할지 고민하다가 유저에 대한 API이고 유저는 status변경이니PUT으로 구현했습니다.어떻게 생각하시는지 궁금합니다.