Home / Function/ DevOnlySecretAuth() — supabase Function Reference

DevOnlySecretAuth() — supabase Function Reference

Architecture documentation for the DevOnlySecretAuth() function in page.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/docs/app/dev-secret-auth/page.tsx lines 5–11

export default async function DevOnlySecretAuth() {
  if (process.env.NEXT_PUBLIC_DEV_AUTH_PAGE !== 'true') {
    throw notFound()
  }

  return <DevSecretAuthForm />
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free