DOCUMENTATION
Update System
Automatic update detection and notifications
Update System
The automatic update detection system keeps users informed about new payload versions without requiring manual checks.
Features
- Automatic version comparison on each login
- No separate update check API call needed
- Version info included in authentication response
- Non-intrusive notification only (no forced updates)
Server-Side Configuration
The payload version is configured in the application settings on the server. When an application is updated, the version field is changed and all clients receive notification on next login.
Benefits
- Zero-latency update detection
- No additional API calls
- Simple registry-based persistence
- Works across all authentication methods