Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bjrmatos/authentication-setup-example
- Owner: bjrmatos
- Created: 2014-04-28T03:16:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T18:37:35.000Z (about 8 years ago)
- Last Synced: 2024-10-12T18:08:38.779Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.