Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: user 탈퇴/로그아웃 로직 구현 및 전반적인 리펙토링, 버그 수정 #92

Merged
merged 16 commits into from
Sep 20, 2024

Conversation

sanggae4133
Copy link
Contributor

@sanggae4133 sanggae4133 commented Sep 19, 2024

#️⃣연관된 이슈

📝작업 내용 / 스크린샷

  • 유저 탈퇴, 로그아웃 로직 구현

    • Redis 붙여서 구현
    • 토큰 재발급 로직 구현
  • ID, 비밀번호 찾기 api 구현

  • 사용자 ID 기존 이메일에서 그냥 id로 변경

  • JWT, Spring Security 버그 수정

  • GlobalExceptionHandler 응답값 보안성 추가

  • CommonResponse 제거

  • 사용하지 않는 import 제거

중요!

이제부터 로컬에서 구동할 때도 Redis 작동시켜야 합니다! application.yml 수정본은 노션 참고해서 바꿔주세요.

(참고 : https://itchipmunk.tistory.com/455)

@sanggae4133 sanggae4133 merged commit cbdd27c into main Sep 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant