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, SUPABASE_JWKS_URL
for a remote endpoint, or the well-known endpoint derived from
SUPABASE_PUBLIC_URL / the resolved url). 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,SUPABASE_JWKS_URLfor a remote endpoint, or the well-known endpoint derived fromSUPABASE_PUBLIC_URL/ the resolvedurl). Works across Deno, Node.js, and Bun. For Cloudflare Workers, useoverridesor enable node-compat.