No Description

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

README.md

PHP version Build Status

Setup

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