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 삭제 API 개발 #405

Merged
merged 6 commits into from
Mar 10, 2024
Merged

feat: User 삭제 API 개발 #405

merged 6 commits into from
Mar 10, 2024

Conversation

devxb
Copy link
Member

@devxb devxb commented Mar 8, 2024

어떤 기능을 개발했나요?

token을 받아서 유저를 삭제하는 API를 개발했습니다.

어떻게 해결했나요?

  • token에 해당하는 유저 삭제 API 개발
  • UserOauthInfoEntity, UserEntity 삭제
    • (유저 삭제되면 다음 로그인 email, provider 를 받을때 새로운 유저로 가입되어서 중복조회 발생 x)
    • (target 찾을때, 위 이유 때문에 삭제되면 같은 타겟 안나옴)
  • 인수테스트 작성

이슈 넘버

참고자료

Copy link
Member

@dojinyou dojinyou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bearer Authentication header prefix 같은 걸로 정리되면 좋을 것 같음.

Copy link

@devxb
Copy link
Member Author

devxb commented Mar 10, 2024

enum으로 관리하는거로 수정해서 머지할께

@devxb devxb merged commit 38990cb into main Mar 10, 2024
4 checks passed
@devxb devxb deleted the devxb/iss-#404- branch March 10, 2024 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] : 회원 탈퇴 API
2 participants