暂无描述

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