説明なし

Fabian Peter Hammerle d1c25ce54e Authenticator init: login 8 年 前
migrations 658639c376 Subject construct: expect identity instead of identity id 8 年 前
tests d1c25ce54e Authenticator init: login 8 年 前
.gitignore ab9451933e init dummy 8 年 前
.travis.yml ab9451933e init dummy 8 年 前
Authenticator.php d1c25ce54e Authenticator init: login 8 年 前
LICENSE ab9451933e init dummy 8 年 前
README.md d1c25ce54e Authenticator init: login 8 年 前
Subject.php 7004c04829 Subject model: added findByDistinguishedName(dn) 8 年 前
composer.json 8c6444c51b autoload: always load Yii.php to fix 'Class Yii not found' error 8 年 前
phpunit.xml ab9451933e init dummy 8 年 前

README.md

PHP version Build Status

Setup

$config = [
    // ...
    'bootstrap' => ['clientCertAuth'],
    'components' => [
        // ...
        'clientCertAuth' => \fphammerle\yii2\auth\clientcert\Authenticator::className(),
    ],
    // ...
];