rwadurian/backend/mpc-system/services
Developer 5faf4fc9a0 fix: Add hex encoding/decoding for account service authentication
- Add encoding/hex import to account handler
- Encode challenge as hex string in GenerateChallenge handler
- Decode hex-encoded challenge and signature in Login handler
- Decode hex-encoded public key in CompleteRecovery handler

This fixes compatibility between the test client (which uses hex encoding)
and the server handlers.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 01:34:32 -08:00
..
account/adapters/input/http fix: Add hex encoding/decoding for account service authentication 2025-11-29 01:34:32 -08:00
session-coordinator fix: Implement MarkPartyReady and StartSession handlers, update domain logic 2025-11-29 00:31:24 -08:00