欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜: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 | ||
+ | $ 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
例子
图集
链接
分享您的观点