github cloudflare/workers-sdk @cloudflare/workers-auth@0.7.0

Minor Changes

  • #15623 c103dd6 Thanks @petebacondarwin! - Accept all production-registered cf OAuth scopes for explicit requests

    The cf scope validator now recognizes the full production OAuth registration, including newer scopes such as dns.read. The existing default login scope request remains unchanged, so broader permissions are requested only when a caller explicitly supplies them.

  • #15623 c103dd6 Thanks @petebacondarwin! - Support per-CLI default OAuth login flows

    CLI descriptors can now make OAuth device authorization their default while preserving a per-login opt-out. The cf auth layer enables this default for both explicit login commands and implicit logins started during account resolution; Wrangler continues to use its localhost callback flow by default.

  • #15453 ca71205 Thanks @G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.