Current public position
Linxis is built around authenticated user accounts, tenant-aware application access, signed API
request support for protected integration flows, CSRF protection in browser authentication and
state-changing account actions, and sync-job status/history that helps teams review failures,
callbacks, and retries.
1. Browser authentication
Browser access is handled through Symfony authentication. Login uses CSRF validation, and the
application can support remember-me sessions for returning users.
2. API and integration protection
API access in the current application uses bearer credentials, and signed request flows can
additionally validate HMAC signatures and timestamps before accepting protected requests.
3. Tenant-aware access
Authenticated users operate inside a tenant-aware application context, which helps keep dashboard,
onboarding, billing, and sync data scoped to the correct customer workspace.
4. Operational visibility
Linxis keeps operational records for sync jobs, including status changes, callback outcomes,
retry paths, and usage-related signals. This helps teams investigate failures instead of treating
exports as a black box.
5. Billing and third-party services
Billing and payment flows rely on third-party providers and dedicated webhook handlers. Customer-authorised
integrations such as Magento and QuickBooks remain an important part of the overall data path.
Public vendor references are listed on the Subprocessors page.
6. Safe customer use
- limit who has admin access to Linxis, Magento, and QuickBooks
- treat API keys and integration credentials as sensitive secrets
- review export rules and mappings before switching live traffic on
- monitor failed syncs and callback issues instead of leaving them unresolved
- tell Linxis quickly if you suspect account compromise or incorrect exports
7. Procurement and review
If your team needs a DPA, subprocessors list, or a security walkthrough before approval, use the
public documents on this site as the starting point and contact Linxis for anything contract-specific.
8. Contact
If you need a vendor review conversation or a deeper explanation of how the current application
works, contact Linxis directly.