passport.js

suggest change

Introduction

Passport is a popular authorisation module for node. In simple words it handles all the authorisation requests on your app by users. Passport supports over 300 strategies so that you can easily integrate login with Facebook / Google or any other social network using it. The strategy that we will discuss here is the Local where you authenticate an user using your own database of registered users( using username and password).

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


passport.js:
* passport.js

Table Of Contents
1 npm
41 cli
43 grunt
59 Hack
64 ES6
67 Redis
69 MongoDB
83 passport.js
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require