Heure de publication: dimanche 17 avril 2016 (il y a 7 ans)

Créé par: Семенов Александр Сергеевич

Catégorie: Autre

Version actuelle:
1 janv. 1970 à 03:00:00 (il y a 54 ans)

Packagist: skeeks/yii2-http-basic-auth

: https://github.com/skeeks-semenov/yii2-http-basic-auth

:

Type: Компонент

Http basic auth for Yii2 project

Latest Stable Version Total Downloads

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist skeeks/yii2-http-basic-auth "*"

or add

"skeeks/yii2-http-basic-auth": "*"

Configuration app

Exemple 1


'on beforeRequest' => function ($event) { \Yii::$app->httpBasicAuth->verify(); }, 'components' => [ 'httpBasicAuth' => [ 'class' => 'skeeks\yii2\httpBasicAuth\HttpBasicAuthComponent', 'login' => 'login', 'password' => 'password', 'usePasswordHash' => false, //optionality 'viewFail' => '@app/views/http-basic-auth-fail' //optionality ], ]

Exemple 2


'on beforeRequest' => function ($event) { //For example in addition to close the admin panel http authorization if (\Yii::$app->admin->requestIsAdmin) { \Yii::$app->httpBasicAuth->verify(); } }, 'components' => [ 'httpBasicAuth' => [ 'class' => 'skeeks\yii2\httpBasicAuth\HttpBasicAuthComponent', 'login' => 'login', 'password' => 'password', ], ]

skeeks!
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com

CHANGELOG

1.0.0

  • Stable release

Tous les commentaires (0)
Sans commentaires

dev-master — 1 janv. 1970 à 03:00:00 (il y a 54 ans)

dev-add-license-1 — 1 janv. 1970 à 03:00:00 (il y a 54 ans)

1.0.0.1 — 1 janv. 1970 à 03:00:00 (il y a 54 ans)

1.0.0 — 1 janv. 1970 à 03:00:00 (il y a 54 ans)

Стандартная установка:

Добавьте composer.json файл вашего проекта:

"skeeks/yii2-http-basic-auth": "*"

Запустите обновление зависимостей


Читать про обнолвение SkeekS CMS