rwadurian/backend/services/auth-service/src
hailin 582beb4f81 feat(cdc): 添加 legacy 用户批量同步功能
auth-service:
- 添加 AdminController 和 AdminSyncService
- POST /admin/legacy-users/publish-all: 为所有 legacy 用户发布事件
- GET /admin/users/sync: 获取所有用户数据供同步

mining-admin-service:
- 添加 user.legacy.migrated 事件处理器
- 添加 sync-users 和 sync-contribution-accounts API

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 20:17:46 -08:00
..
api feat(cdc): 添加 legacy 用户批量同步功能 2026-01-11 20:17:46 -08:00
application feat(cdc): 添加 legacy 用户批量同步功能 2026-01-11 20:17:46 -08:00
domain feat(auth-service): 增强登录错误提示和指数退避锁定机制 2026-01-11 18:33:23 -08:00
infrastructure fix(auth-service): 允许synced_legacy_users的phone和password_hash为空 2026-01-11 08:37:02 -08:00
shared feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
app.module.ts feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
main.ts feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00