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

회원 수정, 삭제 Final #83

Open
3 tasks done
Irisation23 opened this issue Aug 29, 2022 · 0 comments
Open
3 tasks done

회원 수정, 삭제 Final #83

Irisation23 opened this issue Aug 29, 2022 · 0 comments
Assignees
Labels
Feat 새로운 기능을 추가한 경우 Refactor 코드 리팩토링을 한 경우
Projects
Milestone

Comments

@Irisation23
Copy link
Member

Irisation23 commented Aug 29, 2022

Description

  • 회원 수정 리팩터링
  • 회원 삭제 리팩터링
  • ui 단 구현 리팩터링

회원 수정

회원 수정시 입력된 비밀번호와 Auth 테이블 비밀번호 비교 후 비밀번호가
변경되면 데이터(수정날짜) 갱신
Auth 서버의 데이터중 Uuid 를 새로 만들어 주기 때문에
Auth 서버는 기존의 JWT 토큰을 파기하고 새로운 토큰을 발급함

회원 탈퇴

회원 탈퇴시 입력한 값(이메일, 비밀번호) 이 Auth 테이블의 값과 일치하면
Member, Auth 서버의 데이터(삭제날짜) 갱신
삭제날짜가 갱신(생성) 되면 로그인 불가능

@Irisation23 Irisation23 added Feat 새로운 기능을 추가한 경우 Refactor 코드 리팩토링을 한 경우 labels Aug 29, 2022
@Irisation23 Irisation23 added this to the 2차 개발 milestone Aug 29, 2022
@Irisation23 Irisation23 self-assigned this Aug 29, 2022
@Irisation23 Irisation23 added this to To do in Market GG via automation Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능을 추가한 경우 Refactor 코드 리팩토링을 한 경우
Projects
Development

No branches or pull requests

1 participant