rwadurian/backend/mpc-system/services/account/adapters/input/http
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
..
account_handler.go feat(account): make email optional for anonymous accounts 2025-12-05 05:14:22 -08:00
account_handler.go.bak > 2025-11-29 01:35:10 -08:00