2017 © Pedro Peláez
 

wordpress-plugin bedrock-auth

Environment-specific basic auth for the Bedrock WordPress framework.

image

aprivette/bedrock-auth

Environment-specific basic auth for the Bedrock WordPress framework.

  • Friday, July 13, 2018
  • by aprivette
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Bedrock Auth

A WordPress plugin designed to be an addon to the Bedrock WordPress framework., (*1)

It adds environment-specific basic authentication to WordPress sites. There are a few use cases for this. For example, if you were to set up a staging site and only wanted to protect only this setup while not affecting version control, then this package could be of use. Alternatively, you can exclusively protect wp-login.php to protect against brute force attacks., (*2)

Setup

  1. Add the package to your bedrock installation with composer require aprivette/bedrock-auth.
  2. Activate the plugin in WordPress.
  3. Add the BASIC_AUTH_USER and BASIC_AUTH_PASS variables to your .env file.
  4. Choose an authentication level by setting the BASIC_AUTH_LEVEL variable to either site or login. Choosing site will require auth for the entire site while login will exclusively protect wp-login.php.
  5. Navigate to the site and it should require you to login.

The Versions

13/07 2018

dev-master

9999999-dev https://github.com/aprivette/bedrock-auth

Environment-specific basic auth for the Bedrock WordPress framework.

  Sources   Download

GPL-3.0-or-later

The Requires

 

wordpress bedrock

13/07 2018

1.0.2

1.0.2.0 https://github.com/aprivette/bedrock-auth

Environment-specific basic auth for the Bedrock WordPress framework.

  Sources   Download

GPL-3.0-or-later

The Requires

 

wordpress bedrock

09/07 2018

1.0.1

1.0.1.0 https://github.com/aprivette/bedrock-auth

Environment-specific basic auth for the Bedrock WordPress framework.

  Sources   Download

GPL-3.0-or-later

The Requires

 

wordpress bedrock

07/07 2018

1.0.0

1.0.0.0 https://github.com/aprivette/bedrock-auth

Environment-specific basic auth for the Bedrock WordPress framework.

  Sources   Download

GPL-3.0-or-later

The Requires

 

wordpress bedrock