文件名称:node-authentication:使用Passport,Express,Nodejs,Mongodb和Bootstrap在Openshift上进行本地身份验证的示例
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-25 17:54:08
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
【文件预览】:
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)