Skip to content

Register account

Register account creates a Supabase Auth user and initializes the matching profile row.

  • Command validates account input.
  • Application handler calls the auth port.
  • Adapter translates to Supabase Auth and profile tables.
  • Tests stay colocated with command, handler, and adapter code.