test-magenx / module-webapi-security
WebapiSecurity 模块提供了放宽某些 Webapi 资源安全性的选项。
100.4.1
2021-10-10 22:48 UTC
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/module-webapi: 100.4.*
This package is auto-updated.
Last update: 2024-09-13 07:27:33 UTC
README
Magento_WebapiSecurity 模块使某些 Web API 资源的管理访问成为可能。
如果通过以下方式在后台启用复选框: 商店 -> 配置 -> 服务 -> Magento Web API -> Web Api 安全性
,则 app/code/Magento/WebapiSecurity/etc/di.xml
中概述的所有服务的安全性将会放宽。您可以修改此列表以自定义哪些服务应遵循此行为。
通过放宽安全性,这些服务将允许匿名访问(任何人都可以访问)。
安装详情
在安装此模块之前,请注意 Magento_WebapiSecurity 依赖于以下模块
Magento_Webapi
有关启用或禁用模块的信息,请参阅 启用或禁用模块。