@@ -243,22 +243,19 @@ For testing desktop authentication with a local account server:
243243
2442441. **Configure Proxy Server:**
245245 - use `npm run serveLocalAccount` to serve phoenix repo server, instead of using npm run serve command.
246+ - use `npm run serveStagingAccount` to use the staging endpoint. To get access to staging server, contact team.
246247
247- 2. **Rebuild Application:**
248- ```bash
249- npm run build
250- ```
251-
252- 3. **Start Your Local Account Server:**
253- - Ensure your local account server is running on the configured port (e.g., localhost:5000)
254- - Verify all authentication endpoints are properly configured
248+ 2. **Setup Local Account Server:**
249+ - Start your local account development stack on `localhost:5000`
250+ - Ensure all login endpoints are properly configured
255251
256- 4 . **Test Desktop Authentication:**
257- - Desktop app will now use your local server for all authentication calls
258- - Verification codes and API key resolution will go through your local server
252+ 3 . **Test Desktop Authentication:**
253+ - Desktop app will now use your local/staging server for all authentication calls
254+ - Verification codes and API key resolution will go through your local/staging server
259255 - Auto-verification will attempt to connect to your local account service
260256
261- **Note:** Unlike browser testing which requires proxy server configuration, desktop apps simply use the `account_url` directly from config.json.
257+ **Note:** Like browser testing which requires proxy server configuration, desktop apps also use the proxy server
258+ for communication with backend.
262259
263260## Troubleshooting
264261
0 commit comments