shopit-back/app
ncoronel d73b4d1daf feat: Introduce client management and integration updates
- Added client_id field to StoreTenantRequest and UpdateTenantRequest for tenant management.
- Updated TenantResource to include client_id in the response.
- Created migration to establish clients table and link tenants to clients.
- Migrated existing tenant integrations to client_integrations table.
- Grouped specific tenants under a shared client (OnTicket) in a new migration.
- Updated seeders to reflect new client structure and relationships.
- Adjusted integration configurations to require client instead of tenant.
- Added tests for client integration functionality and ensured existing tests reflect the new client structure.
2026-08-18 16:18:34 -03:00
..
Domains feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
Http feat(auth): implement permission-based access for scanner functionality and update related tests 2026-08-11 14:53:51 -03:00
Providers feat(auth): implement login security features including account locking and login attempt tracking 2026-07-29 10:47:26 -03:00