devsapp / fc3

fc3.0 组件
MIT License
13 stars 5 forks source link

feat: add support jwt auth type in http trigger #5

Closed bootids closed 7 months ago

bootids commented 10 months ago

这个 PR 引入了在 HTTP 触发器中的 JWT(JSON Web 令牌)认证支持。

更改:

  1. 在 interface trigger 中修改了IHttpTriggerConfig添加对应 jwt 配置。
  2. 在 interface trigger 中添加了方法instanceOfIHttpTriggerConfig、convertIHttTriggerConfig。
  3. 在 deploy、plan 操作中对 config 进行了对应转换操作。
  4. 更新了文档以反映新的变化。
wss-git commented 10 months ago

这个 PR 引入了在 HTTP 触发器中的 JWT(JSON Web 令牌)认证支持。

更改:

  1. 在 interface trigger 中修改了IHttpTriggerConfig添加对应 jwt 配置。
  2. 在 interface trigger 中添加了方法instanceOfIHttpTriggerConfig、convertIHttTriggerConfig。
  3. 在 deploy、plan 操作中对 config 进行了对应转换操作。
  4. 更新了文档以反映新的变化。

刚才去看了一下函数计算官方的文档和控制台, JWT 功能应该是在3.0的时候迁移到 domain里面。这里建议和他们钉钉联系确认一下。 image

rsonghuster commented 7 months ago

已经支持了, 感谢您的 PR