Bez popisu

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

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