Facebook,谷歌和twitterauthentication在nodejs

我正在开发Web应用程序。 我需要通过Facebook,Twitter和谷歌authentication我的networking应用程序,

我正在使用nodejs,请build议我如何使用这些身份validation我的web应用程序。

在nodejs中使用护照模块为您提供各种forms的身份validation。

$ npm install passport 

护照指南

oauth.io是一个很酷的项目,只需添加OAuth到你的应用程序。

你可以连接很多供应商,如Facebook,Twitter和谷歌。

链接到oauth.io

你可以使用护照模块http://passportjs.org/

或者everyauth模块https://github.com/bnoguchi/everyauth

这个链接有很好的解释fb,twitter,谷歌authentication与node.js http://scotch.io/tutorials/javascript/easy-node-authentication-linking-all-accounts-together