simplesamlphp/simplesamlphp-module-authyubikey

A module that is able to authenticate against YubiKey

Maintainers

Package info

github.com/simplesamlphp/simplesamlphp-module-authyubikey

Type:simplesamlphp-module

pkg:composer/simplesamlphp/simplesamlphp-module-authyubikey

Statistics

Installs: 6 280 259

Dependents: 1

Suggesters: 0

Stars: 4

Open Issues: 0

v2.0.1 2023-03-20 21:22 UTC

This package is auto-updated.

Last update: 2026-03-09 22:32:32 UTC


README

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,
        …
    ],