Security

WearIt2Work is built for multi-tenant B2B use. Each company only sees its own people, products, and orders.

Access control

Company admins and employees have separate roles. Employees can only shop their company store. HR can manage employees, budgets, branding, and catalogues for that company only.

Tenant isolation

Company context is resolved from the store subdomain. Database queries are scoped to that company, and row-level security is used so employees cannot read another organisation's data.

Payments and fulfilment

Card payments for over-budget orders are processed by Stripe. Print-on-demand fulfilment is submitted only after an order is saved and payment is confirmed.

Authentication

Accounts use password authentication. Employees join through HR-managed invites. Password reset is available from the sign-in page.