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

회원 탈퇴 구현 #9

Open
tpleehan opened this issue Nov 17, 2022 · 1 comment
Open

회원 탈퇴 구현 #9

tpleehan opened this issue Nov 17, 2022 · 1 comment
Labels

Comments

@tpleehan
Copy link
Collaborator

목적

개인정보 보호법 중 ‘정보주체의 권리’인 회원의 권리를 위해 회원 탈퇴를 구현한다.

구현 기능 항목

회원 탈퇴

  • 탈퇴 전 비밀번호를 입력 받는다.
    • 비밀번호가 일치하지 않을 경우 예외를 발생시킨다.
    • 비밀번호가 일치할 경우 탈퇴를 진행한다.

기타

회원 탈퇴 후 로그아웃이 될 수 있도록 한다.

@Lob-dev
Copy link

Lob-dev commented Nov 17, 2022

회원의 탈퇴시 개인 정보는 바로 삭제해도 되는걸까요?
탈퇴가 수행된 후 데이터는 어떻게 수정되는 건지 궁금하네요!

tpleehan added a commit that referenced this issue Apr 22, 2023
- MemberResponse -> MemberUpdateResponse 변경
tpleehan added a commit that referenced this issue Apr 22, 2023
- 회원 탈퇴 기능 개발 구현
tpleehan added a commit that referenced this issue Apr 22, 2023
tpleehan added a commit that referenced this issue Apr 22, 2023
- http client 회원 탈퇴 추가
tpleehan added a commit that referenced this issue May 2, 2023
- session, 정규표현식 추가 및 test code 부분 수정
tpleehan added a commit that referenced this issue May 18, 2023
- session 대신 아이디를 사용하는 방식으로 수정
tpleehan added a commit that referenced this issue May 26, 2023
- url 노출에 대한 보안 취약점 수정
tpleehan added a commit that referenced this issue May 27, 2023
- session null check, 변수명 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants