node-authentication:使用Passport,Express,Nodejs,Mongodb和Bootstrap在Openshift上进行本地身份验证的示例

时间:2021-05-06 00:07:28
【文件属性】:
文件名称:node-authentication:使用Passport,Express,Nodejs,Mongodb和Bootstrap在Openshift上进行本地身份验证的示例
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-06 00:07:28
JavaScript 节点认证! 使用Passport,Express,Nodejs,Mongodb和Bootstrap在Openshift上进行本地身份验证的示例 该代码是[Scotch.io] [1]对Openshift RedHat [1]用户的改编: ://scotch.io/tutorials/javascript/easy-node-authentication-setup-and-local 安装 git clone https://github.com/JavaGarcia/node-authentication.git cd node-authentication npm install node server.js OpenShift快速部署 您可以使用以下命令从命令行创建应用程序: rhc app create nodejs-0.10 mongodb-2.4 --
【文件预览】:
node-authentication-master
----.gitignore(526B)
----app()
--------routes.js(4KB)
--------models()
----package.json(880B)
----views()
--------login.ejs(1KB)
--------connect-local.ejs(1KB)
--------index.ejs(983B)
--------profile.ejs(2KB)
--------signup.ejs(1KB)
----README.md(672B)
----config()
--------passport.js(6KB)
--------database.js(501B)
----server.js(2KB)

网友评论