Aucune description

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

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