Download the PHP package monarobase/yubikey without Composer
On this page you can find all versions of the php package monarobase/yubikey. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download monarobase/yubikey
More information about monarobase/yubikey
Files in monarobase/yubikey
Download monarobase/yubikey
More information about monarobase/yubikey
Files in monarobase/yubikey
Please rate this library. Is it a good library?
Informations about the package yubikey
Yubikey
Yubikey for Laravel 4
Increase the security of your forms with ease using a USB key
Installation
Add monarobase/yubikey
to composer.json
.
Run composer update
to pull down the latest version of Yubikey.
Now open up app/config/app.php
and add the service provider to your providers
array.
Now add the alias.
You can easily integrate the Yubikey Verification into your authentication system in two steps :
- Add a field (eg
yubikey_identity
) in your user table - now check your user with username/email + password + yubikey_identity
Configuration
Run php artisan config:publish monarobase/yubikey
and modify the config file with your own information.
Example
All versions of yubikey with dependencies
PHP Build Version
Package Version
The package monarobase/yubikey contains the following files
Loading the files please wait ....