it0/packages/services
hailin 5d81667ddd feat: add dual tenant registration (self-service + invitation)
Backend:
- Enhanced register endpoint to accept companyName for self-service
  tenant creation with schema provisioning and admin user setup
- Added TenantInvite entity with token-based invitation system
- Added invite CRUD endpoints to TenantController (create/list/revoke)
- Added public endpoints for invite validation and acceptance

Frontend:
- Created registration page with optional organization name field
- Created invitation acceptance page at /invite/[token]
- Added invite management UI to tenant detail page
- Updated login page with link to registration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 03:10:18 -08:00
..
agent-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
audit-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
auth-service feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
comm-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
inventory-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
monitor-service feat: add settings, roles, permissions, and metrics controllers 2026-02-22 01:03:34 -08:00
ops-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
voice-service fix: load voice models in background thread to unblock startup 2026-02-20 00:26:06 -08:00