2017 © Pedro Peláez
 

luya-module luya-module-basicauth

Adds the typical htaccess auth dialog before each request. This module is made as angular does have problems with basic htaccess authentifications in the administration area.

image

luyadev/luya-module-basicauth

Adds the typical htaccess auth dialog before each request. This module is made as angular does have problems with basic htaccess authentifications in the administration area.

  • Saturday, January 27, 2018
  • by nadar
  • Repository
  • 5 Watchers
  • 0 Stars
  • 6,044 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 12 % Grown

The README.md

BASIC AUTH LUYA MODULE

LUYA Tests Total Downloads Latest Stable Version Test Coverage, (*1)

Adds the typical htaccess auth dialog before each request. This module is made as angular does have problems with basic htaccess authentifications in the administration area., (*2)

Installation & Usage

Add the luyadev/luya-module-basicauth package to your composer config:, (*3)

composer require luyadev/luya-module-basicauth

Add the module to your configuration in the modules section., (*4)

'modules' => [
    //...
    'basicauth' => [
        'class' => 'luya\basicauth\Module',
        'password' => '<DEFINE_THE_PASSWORD_HERE>',
    ]
]

As the module checks the authentication status on before each request, you have to bootstrap the module inside the bootstrap section of your config:, (*5)

'bootstrap' => [
    'basicauth',
],

All frontend requests are now protected with your entered password from the config., (*6)

The Versions

27/01 2018

dev-master

9999999-dev http://luya.io

Adds the typical htaccess auth dialog before each request. This module is made as angular does have problems with basic htaccess authentifications in the administration area.

  Sources   Download

MIT

php auth yii2 htaccess luya luya-module basicauth

12/12 2017

1.0.0

1.0.0.0 http://luya.io

Adds the typical htaccess auth dialog before each request. This module is made as angular does have problems with basic htaccess authentifications in the administration area.

  Sources   Download

MIT

php auth yii2 htaccess luya luya-module basicauth