# easy-node-authentication **Repository Path**: mirrors_leecade/easy-node-authentication ## Basic Information - **Project Name**: easy-node-authentication - **Description**: Code for the entire scotch.io tutorial series: Complete Guide to Node Authentication - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Easy Node Authentication Code for the entire scotch.io tutorial series: Complete Guide to Node Authentication We will be using Passport to authenticate users locally, with Facebook, Twitter, and Google. ## Instructions If you would like to download the code and try it for yourself: 1. Clone the repo: `git clone git@github.com:scotch-io/node-authentication-guide` 2. Install packages: `npm install` 3. Change out the database configuration in config/database.js 4. Change out auth keys in config/auth.js 5. Launch: `node server.js` 6. Visit in your browser at: `http://localhost:8080`