暫無描述

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(),
    ],
    // ...
];