Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjrmatos/authentication-setup-example

Node authentication example using Passport.js (authentication via Facebook, Twitter, Google and Locally
https://github.com/bjrmatos/authentication-setup-example

Last synced: about 1 month ago
JSON representation

Node authentication example using Passport.js (authentication via Facebook, Twitter, Google and Locally

Awesome Lists containing this project

README

        

#Node Authentication Examples

[Reference: Easy Node Authentication serie by scotch.io](http://scotch.io/series/easy-node-authentication)

Node authentication can be done a number of ways. For this examples we will be using the package [Passport.js](http://passportjs.org/) to help us authenticate users locally, with Facebook, Twitter, and Google.