Skip to content

feature: add user delete api#16

Merged
ThinkKat merged 8 commits intomainfrom
dev
Feb 25, 2026
Merged

feature: add user delete api#16
ThinkKat merged 8 commits intomainfrom
dev

Conversation

@ThinkKat
Copy link
Copy Markdown
Owner

@ThinkKat ThinkKat commented Feb 25, 2026

  1. Create the user delete feature
  2. Create the unit tests of core features
  3. Update the ci-workflow : If the dev branch is pushed, gradle test is executed automately.

- DELETE /auth/withdrawal 엔드포인트 추가
- UserService.withdraw(): soft delete + refresh token 즉시 삭제
- UserRepository.findSoftDeletedBefore(): 30일 경과 계정 조회 native query
- UserCleanupScheduler: 매일 04:00 soft delete 30일 경과 계정 하드 삭제
- @EnableScheduling 활성화
@ThinkKat ThinkKat merged commit 1fc2a29 into main Feb 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant