Hello Zoom Support Team,
I’m submitting the “dlzoom” app and would like to request manual approval for two domains used by the application:
-
workers.dev (Cloudflare Workers)
-
Purpose: Hosts a minimal OAuth broker used only for the user authorization-code flow.
-
Endpoints: /zoom/auth/start, /callback, /zoom/auth/poll, /zoom/token/refresh.
-
Notes: HTTPS only. Exchanges the authorization code with Zoom’s /oauth/token and returns the resulting tokens to the CLI via a short‑lived one‑time poll. No recording content is proxied or stored. Cloudflare KV stores ephemeral session/token payloads with minute‑level TTL and deletes on first read.
-
-
yaniv-golan.github .io (GitHub Pages)
-
Purpose: Hosts static legal documents and support pages (Privacy Policy, Terms, Support/Contact).
-
Notes: Static content only; no OAuth callbacks or server logic.
-
These domains appear in the app because:
-
OAuth redirect URIs point to our Cloudflare Workers broker on workers.dev.
-
Required legal documents are served from our GitHub Pages site.
I own and administer both properties. Could you please manually approve domain verification for workers.dev (the broker) and yaniv-golan.github io (legal docs)?
If any additional validation or documentation is needed (sample redirect URIs, screenshots, TXT records), I’m happy to provide it.
Thank you!