gcx/backend/services/notification-service/src
hailin fa512dd2eb fix(auth): JwtStrategy.validate() return id not sub
All 6 service strategies were returning { sub } but controllers use req.user.id.
Change return value from { sub: payload.sub } to { id: payload.sub } so that
req.user.id resolves correctly in all protected controllers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 23:52:53 -08:00
..
application feat: 设备推送系统 — FCM/APNs/HMS/小米/OPPO/vivo 多通道推送 + PROMOTION广告类型 2026-02-12 23:48:52 -08:00
domain feat: 设备推送系统 — FCM/APNs/HMS/小米/OPPO/vivo 多通道推送 + PROMOTION广告类型 2026-02-12 23:48:52 -08:00
infrastructure fix(auth): JwtStrategy.validate() return id not sub 2026-03-04 23:52:53 -08:00
interface/http feat: 设备推送系统 — FCM/APNs/HMS/小米/OPPO/vivo 多通道推送 + PROMOTION广告类型 2026-02-12 23:48:52 -08:00
app.module.ts feat(health): 为全部12个微服务添加Docker健康检查 2026-02-20 05:39:25 -08:00
main.ts feat: 完成全部后端微服务开发 (10服务/373文件/15586行代码) 2026-02-12 17:09:12 -08:00
notification.module.ts fix(auth): add local JwtStrategy to all services, fix @genex/common import 2026-03-04 23:00:39 -08:00