U2F-php-server icon indicating copy to clipboard operation
U2F-php-server copied to clipboard

Server-side handling of U2F registration and authentication for PHP

Results 5 U2F-php-server issues
Sort by recently updated
recently updated
newest added

`Samyoul\U2F\U2FServer\U2FServer::createChallenge()` always throws an exception in PHP 7.4. ``` Samyoul\U2F\U2FServer\U2FException: Unable to obtain a good source of randomness ``` [`openssl_random_pseudo_bytes`](https://www.php.net/manual/en/function.openssl-random-pseudo-bytes.php) has changed in PHP 7.4. See RFC: https://wiki.php.net/rfc/improve-openssl-random-pseudo-bytes

Codeigniter link seems to be dead. Was this forked at all? Thank you!

Thanks for U2F Nice implementation. I tried the same in my own nginx,centos 7 using repository . Got stuck up at login screen. I have place u2fap.js in my PDO-Without-AJAX...

help wanted

Hello and thank You for the excellent work! I have a question about the usage of the counter parameter. How is this parameter to understand? Shouldn't the authentication of my...

This is great, thanks for writing it! If you want to run it through the official FIDO test tools, you can get access to them here: https://fidoalliance.org/certification/conformance-self%E2%80%90validation-testing/