feat: user 탈퇴/로그아웃 로직 구현 및 전반적인 리펙토링, 버그 수정 #92
Merged
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.
#️⃣연관된 이슈
📝작업 내용 / 스크린샷
유저 탈퇴, 로그아웃 로직 구현
ID, 비밀번호 찾기 api 구현
사용자 ID 기존 이메일에서 그냥 id로 변경
JWT, Spring Security 버그 수정
GlobalExceptionHandler 응답값 보안성 추가
CommonResponse 제거
사용하지 않는 import 제거
중요!
이제부터 로컬에서 구동할 때도 Redis 작동시켜야 합니다! application.yml 수정본은 노션 참고해서 바꿔주세요.
(참고 : https://itchipmunk.tistory.com/455)