Simple digest auth module for Magento 2.
It will display a digest auth login windows to protect your staging/preview environment.
It can be also used to provide an additional security layer to your Magento backend.
You can have different username and password for fronted and backend.
Member of MSP Security Suite
See: https://github.com/magespecialist/m2-MSP_Security_Suite
Did you lock yourself out from Magento backend? click here.
1. Install using composer
From command line:
composer require msp/passwd
php bin/magento setup:upgrade
2. Enable and configure from your Magento backend config
If you messed up with passwd you can disable it from command-line:
php bin/magento msp:security:passwd:disable
This will disable digest auth for backend access.