rwadurian/backend/mpc-system/services/account
hailin 1795ce0ddc feat(account): make email optional for anonymous accounts
Changes:
- Modified CreateAccountRequest to make email optional (omitempty)
- Changed Account.Email from string to *string pointer type
- Updated PostgreSQL repository to handle nullable email with sql.NullString
- Username remains required and auto-generated by identity-service

This supports anonymous account creation without requiring email registration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 05:14:22 -08:00
..
adapters feat(account): make email optional for anonymous accounts 2025-12-05 05:14:22 -08:00
application fix: Complete E2E test fixes for account service authentication 2025-11-29 03:07:50 -08:00
cmd/server feat(mpc-system): integrate gRPC calls into account-service MPC endpoints 2025-12-05 02:11:27 -08:00
domain feat(account): make email optional for anonymous accounts 2025-12-05 05:14:22 -08:00
Dockerfile refactor: separate configuration from code following 12-Factor App principles 2025-12-04 21:46:35 -08:00