Skip to content

Commit db1be3f

Browse files
author
CJ
committed
Updated webapi security module readme file
1 parent 38d712e commit db1be3f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# WebapiSecurity
1+
# Magento_WebapiSecurity module
2+
3+
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.
26

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.
67
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

Comments
 (0)