rwadurian/backend/services/auth-service
hailin 330f8c7681 fix(auth-service): JWT access token 加入 type/userId/accountSequence 字段
presence-service 的 JwtAuthGuard 校验 payload.type === 'access',
但之前 token 只有 sub/phone/source,导致心跳接口一直 401。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 21:09:24 -08:00
..
prisma feat(capability): 实现用户能力权限控制系统(Capability-based Permission) 2026-02-27 22:19:56 -08:00
src fix(auth-service): JWT access token 加入 type/userId/accountSequence 字段 2026-03-05 21:09:24 -08:00
.env.example feat(auth-service,mining-app): 实现完整认证流程和CDC用户同步 2026-01-11 05:29:48 -08:00
Dockerfile fix(auth-service): add python3/make/g++ to builder stage for bcrypt 2026-01-12 20:20:41 -08:00
nest-cli.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
package-lock.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
package.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
tsconfig.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00