25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 년 전
..
Model/Plugin checkin 2 년 전
Test/Mftf checkin 2 년 전
etc checkin 2 년 전
i18n checkin 2 년 전
LICENSE.txt checkin 2 년 전
LICENSE_AFL.txt checkin 2 년 전
README.md checkin 2 년 전
composer.json checkin 2 년 전
registration.php checkin 2 년 전

README.md

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.

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

For information about enabling or disabling a module, see Enable or disable modules.