A minimal authentication demo built with Next.js and deployed on Vercel.
- User registration and login
- Protected routes
- Persistent sessions
- Logout functionality
- Next.js (App Router)
- Server-side auth logic (credentials-based)
- CSS for layout and styling
- Clone the repo
- Install dependencies:
npm install - Add environment variables in
.env.local - Run locally:
npm run dev - Deploy via Vercel