About

This is project demo using NextAuth & Prisma library to create a fully authenticated project.

The project includes a login page, a signup page, public routes that are made accessible even if you are not logged in & a dashboard.

The dashboard consist of controls that an administator can use to manage users of the application.

But to be honest, the main aim of this page to show that this page is publicly accessible while every other route in the project is protected by default.