oauth2-token-endpoint-handler:用于自定义授权服务器的OAuth2令牌端点处理程序

时间:2021-05-10 07:45:32
【文件属性】:
文件名称:oauth2-token-endpoint-handler:用于自定义授权服务器的OAuth2令牌端点处理程序
文件大小:12KB
文件格式:ZIP
更新时间:2021-05-10 07:45:32
JavaScript 基岩OAuth2令牌请求处理程序(@ digitalbazaar / oauth2-token-endpoint-handler) 用于自定义授权服务器的OAuth2令牌端点处理程序。 目录 背景 局限性/设计约束: 仅支持client_credentials授予。 仅支持client_secret_post端点身份验证方法。 不支持刷新令牌(客户端可以在原始访问令牌过期后再次执行令牌交换)。 灵感来源: 和 相关规格: OAuth 2.0的资源指标 安全 待定 安装 必须安装Node.js 12+。 要在本地安装(用于开发): git clone https://github.com/digitalbazaar/oauth2-token-endpoint-handler.git cd oauth2-token-endpoint-handler npm install
【文件预览】:
oauth2-token-endpoint-handler-master
----.gitignore(2KB)
----package.json(2KB)
----LICENSE.md(1KB)
----LICENSE(1KB)
----CHANGELOG.md(375B)
----.github()
--------workflows()
----.eslintrc.js(203B)
----README.md(4KB)
----tests()
--------.eslintrc.js(202B)
--------index.spec.js(6KB)
----lib()
--------main.js(4KB)
--------index.js(194B)
--------noopLogger.js(142B)

网友评论