You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add: enum 권한들 추가
* refactor: member 엔티티에 isAuthor, isOperator 필드를 없애고 Authority 필드를 통해 권한 구별하게 변경
* refactor: token 정보로 User 정보 받아오는 것으로 수정 | 기존 URI도 memberId 직접 다루지 않게 수정
* refactor: 작가 관련 메서드 다루는 컨트롤러 통일 및 권한=작가 외에는 접근 금지 설정
* fix: 북토크가 완료되었을 때 작가의 소피스토리도 업데이트 되게끔 변경
* add: 헤더에 있는 access토큰과 refresh토큰을 받아오는 메서드 추가
* modify: 로그아웃시 헤더에서 access토큰만 받아오게 변경
* add: 회원 탈퇴 기능 소프트 delete로 구현
* fix: 필드 타입 변경
Description
회원 탈퇴시 처리하는 로직 구현입니다.
실수로 삭제 했을 때 롤백 + 삭제할 때 연관 데이터를 전부 지우면 다른 유저에게 기록이 보이지 않으므로 소프트 삭제로 구현
To-do
ETC
The text was updated successfully, but these errors were encountered: