Authentication
- Your session uses secure JWT tokens.
- Tokens auto-refresh so you stay logged in.
- If a token expires while offline, you can still create orders — they sync when you log in again.
Local data
- All data is stored in this device's local database (IndexedDB).
- Stored data: products, customers, orders, coupons, and settings.
- To wipe it, go to Settings → Clear Local Data.
Privacy
Customer and order data stays on your device and your organization's server. No data is shared with third parties, and each branch's POS only sees data relevant to that branch.