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.
4
+
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.
2
6
3
-
**WebapiSecurity** enables access management of some Web API resources.
4
-
If checkbox is enabled in backend through: Stores -> Configuration -> Services -> Magento Web API -> Web Api Security
5
-
then the security of all of 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
7
By loosening the security, these services would allow access anonymously (by anyone).
8
+
9
+
## Installation details
10
+
11
+
Before installing this module, note that the **Magento_WebapiSecurity** is dependent on the following modules:
12
+
13
+
-`Magento_Webapi`
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).
0 commit comments