Auth Form


A component that renders an authentication form for user sign-in / sign-up. Shows your logo on top, and magic link / Google OAuth fields below.

Authentication Form



Authentication Form



import AuthForm from "@/components/AuthForm";
 
...
 
<AuthForm />

⚠️ This component relies on Supabase Auth for authentication. Make sure you've followed all the steps to set up authentication for Supabase and any social login providers you use.


Last Updated: March 5