Passport.js

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(指南)
第4行: 第4行:
 
  $ npm install passport
 
  $ npm install passport
 
  $ npm install passport-local
 
  $ npm install passport-local
 +
$ git clone [email protected]:passport/express-4.x-local-example.git
 +
$ cd express-4.x-local-example
 +
$ npm install
 +
$ node server.js
 +
http://127.0.0.1:3000/
 +
jack/secret
  
 
==例子==
 
==例子==

2016年2月25日 (四) 04:26的版本

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

目录

指南

$ npm install passport
$ npm install passport-local
$ git clone [email protected]:passport/express-4.x-local-example.git
$ cd express-4.x-local-example
$ npm install
$ node server.js
http://127.0.0.1:3000/
jack/secret

例子

图集

链接

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

变换
操作
导航
工具箱