Skip to content

simplesamlphp/simplesamlphp-module-authyubikey

Repository files navigation

simplesamlphp-module-authyubikey

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

    vendor/bin/composer require simplesamlphp/simplesamlphp-module-authyubikey

Configuration

Next thing you need to do is to enable the module: in config.php, search for the module.enable key and set authyubikey to true:

    'module.enable' => [
        'authyubikey' => true,
        …
    ],