Нема описа

Fabian Peter Hammerle 0c0cec3d6b readme: added install command пре 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 0c0cec3d6b readme: added install command пре 8 година
Subject.php 7004c04829 Subject model: added findByDistinguishedName(dn) пре 8 година
composer.json 74cd0c2931 added composer description пре 8 година
phpunit.xml ab9451933e init dummy пре 8 година

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