Skip to content

julien-gm/yubikey-otp-bundle

 
 

Repository files navigation

Yubikey OTP Symfony2 Bundle

Install

Add to composer:

  composer require "pmdevelopment/yubikey-otp-bundle" "dev-master"

Add to kernel:

  new PM\Bundle\YubikeyOtpBundle\PMYubikeyOtpBundle(),

Add to config.yml

    pm_yubikey_otp:
      server:
        host: https://api2.yubico.com/wsapi/2.0/
        client_id: YourClientId
        client_secret: YourApiKey

Usage

Now you can validate any a OTP by using a service

   $this->get("pm_yubikey_otp.validation")->verify("YourOtpToValidate", "OptionalTheIdentityYouExpect");

About

Validate Yubikey OTP in Symfony2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%