diff --git a/apps/web/src/app/dashboard/page.tsx b/apps/web/src/app/dashboard/page.tsx index fb205ba..ae540cb 100644 --- a/apps/web/src/app/dashboard/page.tsx +++ b/apps/web/src/app/dashboard/page.tsx @@ -88,9 +88,9 @@ export default function DashboardPage(): React.ReactElement { className="text-foreground-tertiary group-hover:text-primary group-hover:translate-x-1 transition-all" /> -
- Generate keys for programmatic API access + Generate keys to access TPMJS from scripts and CI/CD
diff --git a/apps/web/src/lib/auth.ts b/apps/web/src/lib/auth.ts index 539be99..6ce2f64 100644 --- a/apps/web/src/lib/auth.ts +++ b/apps/web/src/lib/auth.ts @@ -42,7 +42,7 @@ export const auth = betterAuth({ maxAge: 60 * 5, // 5 minutes }, }, - trustedOrigins: ['https://tpmjs.com', 'http://localhost:3000'], + trustedOrigins: ['https://tpmjs.com', 'http://localhost:3000', 'http://localhost:3002'], advanced: { defaultCookieAttributes: { sameSite: 'lax',