rwadurian/backend
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
..
api-gateway first commit 2025-11-23 21:21:44 -08:00
mpc-system fix: Add hex encoding/decoding for account service authentication 2025-11-29 01:34:32 -08:00
services feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00