GithubAuth Node.js Application
A simple Node.js application using Express and Passport for GitHub OAuth authentication.
Features
- GitHub OAuth authentication
- Session management with
express-session - Easily customizable for additional user data storage
Prerequisites
Before you begin, ensure you have met the following requirements:
- Node.js installed
- GitHub OAuth App credentials (Client ID and Client Secret)
Installation
- Clone the repository:
https://github.com/samsonmobisa/GithubAuth.git
cd GithubAuth
npm install
Log in or sign up for Devpost to join the conversation.