Sin descripción

Fabian Peter Hammerle 0c0cec3d6b readme: added install command hace 8 años
migrations 658639c376 Subject construct: expect identity instead of identity id hace 8 años
tests d1c25ce54e Authenticator init: login hace 8 años
.gitignore ab9451933e init dummy hace 8 años
.travis.yml ab9451933e init dummy hace 8 años
Authenticator.php d1c25ce54e Authenticator init: login hace 8 años
LICENSE ab9451933e init dummy hace 8 años
README.md 0c0cec3d6b readme: added install command hace 8 años
Subject.php 7004c04829 Subject model: added findByDistinguishedName(dn) hace 8 años
composer.json 74cd0c2931 added composer description hace 8 años
phpunit.xml ab9451933e init dummy hace 8 años

README.md

PHP version Build Status

Setup

1. Install

composer require fphammerle/yii2-client-cert-auth

2. Yii Application Config

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