Nexus AR Connect
# Nexus AR Connect
Nexus AR Connect securely pairs the Nexus Metas mobile app and supported Meta glasses with the signed-in Nexus One database.
## Version 17.0.3.0.0
This release adds the authenticated database handshake required by Nexus Metas v1.3.0.
### Secure pairing
- Browser approval from the user's own Nexus One website
- One-time authorization-code exchange
- Revocable 90-day device access token
- Secure bootstrap into the matching Nexus One web session
### Mobile and HUD APIs
- `/nexus_ar_connect/api/handshake` returns the server, database, user, company, installed applications, and supported Nexus One features
- `/nexus_ar_connect/api/workspace` returns current projects, tasks, sales, invoices, and team messages using the paired user's access rights
- `/nexus_ar_connect/api/command` runs supported voice or typed commands and returns a HUD-ready confirmation
### Supported command examples
- `Create an invoice for Fred for 2 mango smoothies at 9 dollars each`
- `Take an order for John for 3 sofas at 250 dollars each`
- `Create a task called Follow up with Fred tomorrow`
- `Send a message to Sarah saying the order is ready`
- `Show my projects`
- `Refresh my Nexus One workspace`
The app never stores the user's Nexus One password. API calls require the revocable token generated by this module and execute with the paired user's permissions.