Change8

@cloudflare/workers-auth@0.5.6

📦 cloudflare-workersView on GitHub →
🐛 1 fixes

Summary

This patch release improves error reporting for invalid Cloudflare account IDs. It now provides clearer messages when account IDs contain non-ASCII characters, making it easier to identify and fix configuration issues.

🐛 Bug Fixes

  • Report a clear error for account IDs that contain non-ASCII characters, preventing opaque errors deep within the request layer. The error message now names the offending value and its source (CLOUDFLARE_ACCOUNT_ID or account_id configuration field).