From f5e5bd75d90543a935d3643e77f7f0fbfe2a6700 Mon Sep 17 00:00:00 2001 From: Robert Barabas Date: Thu, 26 Mar 2026 00:06:46 -0400 Subject: [PATCH] fix: update auth0 domain to auth.storage.tigrisdata.io (#51) --- src/auth/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auth/config.ts b/src/auth/config.ts index ebdfadf..6b54a3d 100644 --- a/src/auth/config.ts +++ b/src/auth/config.ts @@ -22,6 +22,7 @@ export interface TigrisConfig { /** * Get Auth0 configuration from environment variables or defaults * In production, these should come from environment variables + * Production Auth0 domain is auth.storage.tigrisdata.io */ export function getAuth0Config(): Auth0Config { const isDev = process.env.TIGRIS_ENV === 'development';