Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js frontend authentication boilerplate designed to work with a NestJS backend.
Auth Boilerplate Nextjs is a Next.js-based frontend authentication boilerplate that pairs with the separate NestJS authentication backend, giving developers a ready-made client for authentication flows. This repository is a port of the original Auth Boilerplate Frontend, which is available at https://github.com/ahmedriad1/auth-boiler-plate-frontend.
Auth Boilerplate Nextjs is a frontend project that provides the client-side code for an authentication system, built with the Next.js React framework. It is maintained by the same author as the companion backend, ahmedriad1, and the two repositories together form a full-stack authentication boilerplate. The GitHub metadata for this repository includes the topics authentication, boilerplate, frontend, nestjs, and nextjs, and the project has 3 stars. The backend, which uses NestJS, is located at https://github.com/ahmedriad1/nestjs-auth-bolierplate.
Auth Boilerplate Nextjs is the Next.js version of the Auth Boilerplate Frontend. It contains the client-side code for an authentication system, while the server side is provided by the NestJS backend repository.
The frontend is explicitly paired with the NestJS backend, so you will need the backend running to perform authentication requests. It is not a standalone full-stack solution.
The repository is publicly accessible on GitHub, so you can use and modify it at no charge. Be sure to check the repository for any licensing details, as none are stated in the project description.
The frontend uses Next.js (which is built on React), and the backend uses NestJS. The GitHub topics list authentication, boilerplate, frontend, nestjs, and nextjs.
