rwadurian/backend/mpc-system/services/account
hailin 32362b0ac2 fix(sign-session): add join_token to GetSignSessionByInviteCode API
The sign session flow was failing with "invalid token" error because
the GetSignSessionByInviteCode API did not return a join_token, unlike
the keygen GetSessionByInviteCode API.

Changes:
- Account Service: Generate wildcard JWT join token in GetSignSessionByInviteCode
- service-party-app: Update types and handlers to include joinToken in session
- service-party-app: Pass joinToken when joining sign session

This makes the sign flow consistent with the keygen flow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 06:31:41 -08:00
..
adapters fix(sign-session): add join_token to GetSignSessionByInviteCode API 2025-12-30 06:31:41 -08:00
application feat(mpc-system): add signing parties configuration and delegate signing support 2025-12-05 22:47:55 -08:00
cmd/server fix(mpc-system): 修复通过邀请码加入会话时 invalid token 错误 2025-12-29 03:40:36 -08:00
domain fix: correct signing parties count validation to T+1 (required signers for TSS) 2025-12-06 10:20:21 -08:00
Dockerfile chore(mpc-system): update Dockerfiles to Go 1.24 and fix line endings 2025-12-05 16:40:32 -08:00