In Deno Deploy, `DENO_` prefixed environment are not allowed. (See https://github.com/denoland/std/issues/6127) This makes it impossible to use `kv_oauth` from another instance of deno deploy that wishes to point to the same Deno Kv remotely.
In Deno Deploy,
DENO_prefixed environment are not allowed. (See denoland/std#6127)This makes it impossible to use
kv_oauthfrom another instance of deno deploy that wishes to point to the same Deno Kv remotely.