Keine Beschreibung

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

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