Social Auth flow for Nextjs and Supabase
supabase-ui-library/social-auth-nextjsUnverifiedBlock
Social Auth flow for Nextjs and Supabase
Install it
npx shadcn@latest add https://raw.githubusercontent.com/aimultiple-benchmark/supabase-bench-gre-2/main/apps/ui-library/public/r/social-auth-nextjs.jsonSource
1import { LoginForm } from '@/registry/default/blocks/social-auth-nextjs/components/login-form'23export default function Page() {4 return (5 <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">6 <div className="w-full max-w-sm">7 <LoginForm />8 </div>9 </div>10 )11}
What it pulls in
npm packages
Other registry items
Files it writes
More from Supabase UI Library
All 2 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Current User Avatarcurrent-user-avatar-nuxtjs | Supabase UI Library | Blocks | Unverified | 1 dep · 3 files | |
| Current User Avatarcurrent-user-avatar-vue | Supabase UI Library | Blocks | Unverified | 1 dep · 3 files | |
| Dropzone (File Upload) for Nuxt and Supabasedropzone-nuxtjs | Supabase UI Library | Blocks | Unverified | 3 deps · 4 files | |
| Dropzone (File Upload) for Vue and Supabasedropzone-vue | Supabase UI Library | Blocks | Unverified | 3 deps · 4 files | |
| Infinite Query Hookinfinite-query-hook | Supabase UI Library | Blocks | Unverified | 2 deps | |
| Password Based Auth flow for Nextjs and Supabasepassword-based-auth-nextjs | Supabase UI Library | Blocks | Unverified | 2 deps · 17 files | |
| Password Based Auth flow for Nuxt.js and Supabasepassword-based-auth-nuxtjs | Supabase UI Library | Blocks | Unverified | 2 deps · 12 files | |
| Password Based Auth flow for React and Supabasepassword-based-auth-react | Supabase UI Library | Blocks | Unverified | 1 dep · 5 files |
