Resolves Supabase environment configuration from runtime environment variables.
Reads SUPABASE_URL, keys (SUPABASE_PUBLISHABLE_KEYS / SUPABASE_SECRET_KEYS),
and the JWKS source (SUPABASE_JWKS for inline keys, or SUPABASE_JWKS_URL
for a remote endpoint). Works across Deno, Node.js, and Bun. For Cloudflare
Workers, use overrides or enable node-compat.
Resolves Supabase environment configuration from runtime environment variables.
Reads
SUPABASE_URL, keys (SUPABASE_PUBLISHABLE_KEYS/SUPABASE_SECRET_KEYS), and the JWKS source (SUPABASE_JWKSfor inline keys, orSUPABASE_JWKS_URLfor a remote endpoint). Works across Deno, Node.js, and Bun. For Cloudflare Workers, useoverridesor enable node-compat.