This work is required to migrate the mobile app integration from cti-server to nethcti-middleware without breaking existing login flows.
Scope
- update ctiapp-authproxy API paths from /webrest/... to /api/...;
- switch auth flow from legacy token to JWT (/api/login + Bearer token);
- align QR-code flow between nethvoice-cti (QR generation) and ctiapp-authproxy (QR handling), since current QR payloads may still contain legacy non-JWT tokens.