A minimal authentication sandbox app built with ShadCN UI that supports email/password and OAuth login via next-auth providers
- ✅ Minimalist and responsive design
- ✅ Built using ShadCN UI + Tailwind CSS
- ✅ Email and password inputs
- ✅ OAuth login buttons (Google & GitHub)
- ✅ Ready to integrate with NextAuth or any auth system
git clone https://github.com/bryanpascuadizon/next-authlab.git
cd next-authlab
npm install
npm run dev