You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: disable auto-open when authentication is enabled
- Auto-open browser only works when DANGEROUSLY_OMIT_AUTH=true
- When auth is enabled (default), users must use the secure URL with token
- Server displays clear message that auto-open is disabled with auth
- Updates documentation to reflect this behavior
This improves UX by preventing the browser from opening without auth token,
forcing users to use the secure pre-filled URL instead.
This token must be included as a Bearer token in the Authorization header for all requests to the server.
151
+
This token must be included as a Bearer token in the Authorization header for all requests to the server. When authentication is enabled, auto-open is disabled by default to ensure you use the secure URL.
152
152
153
-
**Option 1: Use the pre-filled URL** - Click the link shown in the console to open the inspector with the token already configured.
153
+
**Recommended: Use the pre-filled URL** - Click or copy the link shown in the console to open the inspector with the token already configured.
154
154
155
-
**Option 2: Manual configuration** - If you already have the inspector open:
155
+
**Alternative: Manual configuration** - If you already have the inspector open:
156
156
157
157
1. Click the "Configuration" button in the sidebar
158
158
2. Find "Proxy Session Token" and enter the token displayed in the proxy console
0 commit comments