Skip to content

Commit

Permalink
Merge pull request #31417 to #31369
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-engcom-team committed Dec 23, 2020
2 parents 350ba94 + db1be3f commit a57297c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions app/code/Magento/WebapiSecurity/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# WebapiSecurity
# Magento_WebapiSecurity module

The **Magento_WebapiSecurity** module enables access management of some Web API resources.

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.

**WebapiSecurity** enables access management of some Web API resources.
If checkbox is enabled in backend through: Stores -> Configuration -> Services -> Magento Web API -> Web Api Security
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.
By loosening the security, these services would allow access anonymously (by anyone).

## Installation details

Before installing this module, note that the **Magento_WebapiSecurity** is dependent on the following modules:

- `Magento_Webapi`

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 comments on commit a57297c

Please sign in to comment.