New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-auth-social

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-auth-social

Authentication using Passport to authenticate users locally, with Facebook, Twitter, Github and Google.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Authentication using NodeJS, PassportJS and Mongo DB

Authentication using Passport to authenticate users locally, with Facebook, Twitter, Github, Linkedin and Google. I've fork this tutorial from Scotch.io and extend this to have Github and Linkedin passport strategy. Also make it compatible for OpenShift Redhat Nodejs deployment.

Express Version

Use ExpressJS 4.0

Instructions

  • Clone the repo: git clone repo
  • Install packages: npm install
  • Launch: node server.js
  • Visit in your browser at: http://localhost:8080

OpenShit RedHat Deployment

  • Update config/auth.js with App client Id and Secrets
  • Nodejs getting started guide OpenShift RedHat

FAQs

Package last updated on 27 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts