/authenticapp

NextJS authentication app using OAuth provider to login with Github.

Primary LanguageTypeScript

Authenticapp

NextJS authentication app using OAuth provider to login with Github.

Technologies & tools

Layout

Basic Layout - focus on application features

🏃‍♂️ Running the project

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