Minor Changes
-
#15623
c103dd6Thanks @petebacondarwin! - Accept all production-registered cf OAuth scopes for explicit requestsThe 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
c103dd6Thanks @petebacondarwin! - Support per-CLI default OAuth login flowsCLI 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
ca71205Thanks @G4brym! - Remove the gated Web Search binding and Wrangler commandThe unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.