@cloudflare/workers-auth@0.6.6
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
Fixed an issue where `wrangler login --use-keyring` would incorrectly report `secret-tool` as missing on Linux. The fix ensures `secret-tool` is only reported as missing when its execution truly fails.
🐛 Bug Fixes
- Fix `wrangler login --use-keyring` incorrectly reporting that `secret-tool` is missing on Linux. Libsecret's `secret-tool` does not support `--version`; it prints usage and exits 2, which Wrangler previously interpreted as unavailable. Wrangler now reports it missing only when launching the executable fails.