node-auth:使用Google +,Twitter等进行身份验证

时间:2021-02-09 23:22:42
【文件属性】:
文件名称:node-auth:使用Google +,Twitter等进行身份验证
文件大小:40KB
文件格式:ZIP
更新时间:2021-02-09 23:22:42
oauth2-client nodejs-server passport-twitter passport-facebook passport-strategy 使用Passport验证用户 使用带有Node.js的通行证对Google+ API,Facebook,Twitter进行身份验证。 ········ 使用Passport验证用户 Passport是Node的身份验证中间件。 它旨在用于单一目的:对请求进行身份验证。 在编写模块时,封装是一种优点,因此Passport将所有其他功能委托给应用程序。 关注点的分离使代码保持干净和可维护,并使Passport非常易于集成到应用程序中。 在现代Web应用程序中,身份验证可以采用多种形式。 对Google+ API,Facebook,Twitter等进行身份验证。 如果使用SSH,请通过运行以下命令来克隆项目存储库 git clone git@github.com:ahsouza/node-auth.git 如果使用https,请改用 git clone https://github.
【文件预览】:
node-auth-master
----.gitignore(160B)
----app()
--------routes.js(7KB)
--------models()
----package.json(648B)
----repos.png(22KB)
----_config.yml(25B)
----views()
--------.gitignore(143B)
--------login.ejs(1KB)
--------connect-local.ejs(1KB)
--------index.ejs(1KB)
--------profile.ejs(4KB)
--------signup.ejs(1KB)
----README.md(3KB)
----config()
--------passport.js(10KB)
----docs()
--------readme_de.md(3KB)
--------readme_pt-BR.md(3KB)
--------readme_es.md(3KB)
--------readme_kr.md(3KB)
--------readme_ja.md(3KB)
--------readme_cn.md(3KB)
--------readme_fr.md(3KB)
----server.js(1KB)

网友评论