Files
yaak/plugins
Gregory Schier 092eeab01c Fix external browser callback: use local server URI and singleton pattern
- Always use the local callback server's URI for the redirect instead of
  the user-configured redirectUri, which would bypass the local listener
- Add singleton pattern to callback server so only one runs at a time,
  preventing EADDRINUSE when retrying without completing the prior flow
- Change catch to finally so the server port is always released

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 14:23:18 -08:00
..