rwadurian/backend/mpc-system/services/service-party-app/electron
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
..
modules fix(sign-session): add join_token to GetSignSessionByInviteCode API 2025-12-30 06:31:41 -08:00
types fix(service-party-app): 添加bech32类型声明和清理脚本 2025-12-28 20:14:17 -08:00
main.ts fix(sign-session): add join_token to GetSignSessionByInviteCode API 2025-12-30 06:31:41 -08:00
preload.ts feat(service-party-app): implement TSS signing protocol 2025-12-30 04:21:16 -08:00