lookyman/u2f-nette

dev-master 2015-11-26 21:29 UTC

This package is auto-updated.

Last update: 2024-04-12 02:53:32 UTC


README

Requirements

lookyman/u2f-nette requires PHP 5.5 or higher with OpenSSL 1.0.0 or higher enabled.

Installation

composer require lookyman/u2f-nette

Register the extension in your config.neon:

extensions:
	u2f: lookyman\U2fNette\DI\U2fExtension

Usage

Example of implementation can be found in lookyman/u2f-nette-example.