@cloudflare/workers-auth@0.5.4
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes an issue where Ctrl+C could not interrupt Wrangler during Cloudflare Access authorization. The `cloudflared access login` process is now spawned asynchronously, ensuring Wrangler remains responsive.
🐛 Bug Fixes
- Fix ctrl+c not being able to interrupt wrangler while waiting for Cloudflare Access authorization. Wrangler now spawns `cloudflared access login` asynchronously, keeping it responsive to interrupts during the authorization flow. The abort signal is passed to the spawned process for immediate termination when the session is torn down.