{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "social-auth-nextjs", "type": "registry:block", "title": "Social Auth flow for Nextjs and Supabase", "description": "Social Auth flow for Nextjs and Supabase", "dependencies": [ "@supabase/ssr@latest", "@supabase/supabase-js@latest" ], "registryDependencies": [ "button", "card" ], "files": [ { "path": "registry/default/blocks/social-auth-nextjs/app/auth/login/page.tsx", "content": "import { LoginForm } from '@/registry/default/blocks/social-auth-nextjs/components/login-form'\n\nexport default function Page() {\n return (\n
Code error: {params.error}
\n ) : (\nAn unspecified error occurred.
\n )}\n\n Hello {data.claims.email}\n
\n