Deno Deploy: Auth & Access Control
Docs-backedBearer token auth: Authorization: Bearer {token}. Tokens from Deno Deploy Dashboard → Account → Access Tokens. Workspace-scoped tokens; no per-project scoping. HTTPS enforced. No OAuth2 for API. Git integration: GitHub app for automatic deploy on push (separate auth via GitHub OAuth). Deployments run in Deno's sandboxed environment — no filesystem access, network access to allowed hosts only.