WP-CRON Basic Auth
Enable CRON behind basic auth.
★ 1stars
1.4kcomposer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/briteweb/wp-cron-auth/archive/refs/heads/main.zipAlso on Packagist as briteweb/wp-cron-auth:
composer require briteweb/wp-cron-authFrom the readme
Constants
The plugin requires the following constants to be defined
- WPCRONHTTPBASICUSERNAME
- WPCRONHTTPBASICPASSWORD
Bedrock
If you're using bedrock, add this block to config/application.php to define the constants.
And the following lines to .env and .env.example