NextJS authentication app using OAuth provider to login with Github.
Basic Layout - focus on application features
Clone the repository
npm install to install project dependencies.
Create a .env file in the root of the project - copy both the Client ID and Client Secret from OAuth Provider Configure-OAuth and paste them in.
Then start the project server.
npm run dev