A fullstack authentication template using a hybrid model that combines server-side sessions and JWT-based access control.
This project includes:
- A Node.js backend API (Express) that handles authentication logic using secure HTTP-only cookies, sessions, and JWTs
- A Next.js frontend that interfaces with the API to provide a stateless, secure, and user-friendly experience
The goal is to offer a production-ready starting point for building secure applications using modern authentication best practices.