对Node.js的简单,轻松的身份验证。-Node.js开发

时间:2024-06-16 03:00:15
【文件属性】:

文件名称:对Node.js的简单,轻松的身份验证。-Node.js开发

文件大小:65KB

文件格式:ZIP

更新时间:2024-06-16 03:00:15

Node.js Authentication

Passport Passport是Node.js的Express兼容身份验证中间件。 Passport的唯一目的是对请求进行身份验证,它通过一组可扩展的称为策略的插件来完成。 Passport无法安装Passport Passport是Node.js的Express兼容身份验证中间件。 Passport的唯一目的是对请求进行身份验证,它通过一组可扩展的称为策略的插件来完成。 Passport不会挂载路由或采用任何特定的数据库架构,从而最大程度地提高了灵活性并允许开发人员进行应用程序级决策。 该API很简单:您向Passport提供身份验证请求,而Passport提供钩子来控制何时发生的情况


【文件预览】:
passport-master
----.jshintrc(299B)
----.gitignore(75B)
----package.json(1KB)
----Makefile(408B)
----SPONSORS.md(383B)
----sponsors()
--------workos.png(7KB)
--------loginradius.png(11KB)
----.travis.yml(353B)
----CONTRIBUTING.md(411B)
----LICENSE(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(2KB)
--------ISSUE_TEMPLATE.md(2KB)
--------FUNDING.yml(40B)
----README.md(9KB)
----lib()
--------http()
--------middleware()
--------errors()
--------authenticator.js(13KB)
--------index.js(474B)
--------framework()
--------strategies()
--------sessionmanager.js(867B)
----.npmignore(100B)
----test()
--------authenticator.test.js(28KB)
--------http()
--------authenticator.framework.test.js(2KB)
--------middleware()
--------bootstrap()
--------strategies()
--------package.test.js(634B)
--------authenticator.middleware.test.js(8KB)

网友评论