Conversation
* feat(auth): 탈퇴 후 30일 이내 재로그인 시 계정 자동 복구 탈퇴 즉시 재가입이 불가능해 이메일이 영구 봉인되는 문제를 완화하기 위해, 탈퇴 유예기간(30일)을 두고 그 안에 재로그인하면 계정을 조용히 복구한다. - User: 유예기간 판정/복구 로직을 도메인 메서드로 추가 (deletedAt만 복원, 세션 버전은 탈퇴 시점에 이미 무효화됐으므로 추가로 올리지 않음) - 로컬/구글 로그인(이미 연동된 계정)은 30일 이내면 자동 복구 후 정상 로그인 처리 - 신규 가입/미연동 구글 인증 시도는 계속 차단하되, 30일 이내는 로그인을 유도하는 AUTH-014(ACCOUNT_DORMANT)로, 초과는 기존 AUTH-013 그대로 응답 * docs: edit docs * docs: update docs * fix(auth): fix stale withdrawal tests and missing AUTH-014 in google auth docs * docs: doc update
|
Warning Review limit reached
Next review available in: 47 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #233 +/- ##
============================================
+ Coverage 91.87% 91.92% +0.04%
- Complexity 782 790 +8
============================================
Files 131 131
Lines 2363 2377 +14
Branches 203 204 +1
============================================
+ Hits 2171 2185 +14
Misses 129 129
Partials 63 63
☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No description provided.