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

[add] 회원 탈퇴 기능 구현 #68

Closed
2 tasks
dong2ast opened this issue Jul 26, 2023 · 0 comments · Fixed by #69
Closed
2 tasks

[add] 회원 탈퇴 기능 구현 #68

dong2ast opened this issue Jul 26, 2023 · 0 comments · Fixed by #69
Assignees
Labels
개발 새로운 기능을 추가 했을 때

Comments

@dong2ast
Copy link
Collaborator

Description

회원 탈퇴시 처리하는 로직 구현입니다.
실수로 삭제 했을 때 롤백 + 삭제할 때 연관 데이터를 전부 지우면 다른 유저에게 기록이 보이지 않으므로 소프트 삭제로 구현

To-do

  • SQL Delete 문 구현
  • Delete 메서드 구현

ETC

@dong2ast dong2ast added the 개발 새로운 기능을 추가 했을 때 label Jul 26, 2023
@dong2ast dong2ast self-assigned this Jul 26, 2023
@dong2ast dong2ast linked a pull request Jul 26, 2023 that will close this issue
dong2ast added a commit that referenced this issue Jul 27, 2023
* add: enum 권한들 추가

* refactor: member 엔티티에 isAuthor, isOperator 필드를 없애고 Authority 필드를 통해 권한 구별하게 변경

* refactor: token 정보로 User 정보 받아오는 것으로 수정 | 기존 URI도 memberId 직접 다루지 않게 수정

* refactor: 작가 관련 메서드 다루는 컨트롤러 통일 및 권한=작가 외에는 접근 금지 설정

* fix: 북토크가 완료되었을 때 작가의 소피스토리도 업데이트 되게끔 변경

* add: 헤더에 있는 access토큰과 refresh토큰을 받아오는 메서드 추가

* modify: 로그아웃시 헤더에서 access토큰만 받아오게 변경

* add: 회원 탈퇴 기능 소프트 delete로 구현

* fix: 필드 타입 변경
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 a pull request may close this issue.

1 participant