You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Magento_WebapiSecurity** module enables access management of some Web API resources.
3
+
The Magento_WebapiSecurity module enables access management of some Web API resources.
4
4
5
5
If checkbox enabled in backend through: `Stores -> Configuration -> Services -> Magento Web API -> Web Api Security` then the security of all the services outlined in `app/code/Magento/WebapiSecurity/etc/di.xml` would be loosened. You may modify this list to customize which services should follow this behavior.
6
6
7
7
By loosening the security, these services would allow access anonymously (by anyone).
8
8
9
9
## Installation details
10
10
11
-
Before installing this module, note that the **Magento_WebapiSecurity** is dependent on the following modules:
11
+
Before installing this module, note that the Magento_WebapiSecurity is dependent on the following modules:
12
12
13
13
-`Magento_Webapi`
14
14
15
-
Please find here[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
15
+
Refer to[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
0 commit comments