npm i
- Setup you .env variables (Check env.example)
npm run dev
- NextAuth v5
- NextJS 14
- shadcn for the UI
- Pre-Configured Dark/Light Mode
- Pre-Configured Toast Notifications (Sonner)
- Postgres DB
- Prisma ORM
- Deployment: Vercel
import { auth } from '@/lib/auth';
const session = await auth();
{ name: string; email: string; image: string; id: string; access_token: string; }
Happy Coding 😎