Passport.js

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(MongoDB)
(链接)
 
第46行: 第46行:
 
[[category:identity]]
 
[[category:identity]]
 
[[category:node.js]]
 
[[category:node.js]]
 +
[[category:express]]

2016年3月18日 (五) 07:18的最后版本

Passportjs 是一个面向 Node.js 的开源(MIT)身份认证系统。

目录

[编辑] 指南

$ npm install passport
$ npm install passport-local
$ npm install passport-openid
$ npm install passport-oauth
$ npm install passport-google
$ npm install passport-google-plus
$ npm install passport-facebook
$ npm install passport-twitter
$ npm install passport-wechat // 微信
$ npm install passport-tqq // 腾讯QQ
$ npm install passport-sina // 新浪微博
$ npm install passport-weibo // 新浪微博
$ npm install passport-reddit
$ npm install passport-amazon
$ npm install passport-github
$ npm install passport-linkedin
$ npm install passport-instagram
$ npm install passport-http
$ npm install passport-http-oauth
$ npm install passport-http-bearer

[编辑] 例子

$ git clone https://github.com/passport/express-4.x-local-example
$ cd express-4.x-local-example
$ npm install
$ node server.js
http://127.0.0.1:3000/
jack/secret

[编辑] Strategies

Passport.js 最大的特色是它的策略模式


[编辑] MongoDB

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱