Skip to content

@cloudflare/workers-auth@0.6.9

Choose a tag to compare

@workers-devprod workers-devprod released this 07 Sep 15:20
· 1 commit to main since this release
87fd28c

Patch Changes

  • #15547 e3f2baf Thanks @penalosa! - Fix cf auth login requesting unsupported email read scopes

    The Cloudflare OAuth server does not define email_routing:read or email_sending:read. The cf CLI now requests only the registered write scopes for those products, preventing login from failing with an unknown OAuth scope error.