Skip to content

@cloudflare/workers-auth@0.6.6

Latest

Choose a tag to compare

@workers-devprod workers-devprod released this 25 Aug 19:17
5377aae

Patch Changes

  • #15320 c809851 Thanks @Om-singhaI! - 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.