php-yubico
php-yubico copied to clipboard
PHP class for Yubico authentication
Function function _make_curl_handle($query, $timeout=null) calls function flush(); This function modifies headers. And then it is not possible to modify headers (redirect pages etc) in main php code that uses Yubico...
This library doesn't seem to work for me -- it always returns "NO_VALID_ANSWER" no matter what. In fact, it's not just me -- your own demo page doesn't work: https://demo.yubico.com/php-yubico/demo.php
Tested this on 2019-12-17 and apparently the demo page isn't working for me? Although, with the new webauthn standard, maybe this is no longer needed? - **Webauthn standard:** https://w3c.github.io/webauthn/ **Implementation...
Hi, I've changed some PHP keywords to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!
please add a valid composer.json and register your package at packagist
fixes #8 fixes #18
Hello! I would like to integrate this into my project, I can do so but inconvieniently by manual implementation. Could the package maintainers please import this project into Packagist for...
Does this work with PHP 7.2? https://developers.yubico.com/php-yubico/
each() is DEPRECATED since PHP 7.2.0.