欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Passport.js
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 |
||
第4行: | 第4行: | ||
$ npm install passport | $ npm install passport | ||
$ npm install passport-local | $ npm install passport-local | ||
+ | |||
+ | ==例子== | ||
+ | *[https://github.com/passport/express-4.x-local-example express-4.x-local-example] | ||
$ git clone [email protected]:passport/express-4.x-local-example.git | $ git clone [email protected]:passport/express-4.x-local-example.git | ||
$ cd express-4.x-local-example | $ cd express-4.x-local-example | ||
第10行: | 第13行: | ||
http://127.0.0.1:3000/ | http://127.0.0.1:3000/ | ||
jack/secret | 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
图集
链接
分享您的观点