Yubico / php-u2flib-server

(OBSOLETE) U2F library in PHP
https://developers.yubico.com/php-u2flib-server/
BSD 2-Clause "Simplified" License
289 stars 68 forks source link

u2f-local.php not working #67

Closed ygator closed 2 years ago

ygator commented 6 years ago

I get "Unknown or missing requestId in response." when running u2f-local.php and clicking on Register.

Chrome Version 68.0.3440.84 (Official Build) (64-bit) PHP Version 7.2.2

ygator commented 6 years ago

Looking at the https://demo.yubico.com/u2f shows it has a different version of u2f-api.js and the functions take different parameters. For example u2f.register this code: function(registerRequests, signRequests,callback, opt_timeoutSeconds) demo site: function(appId, registerRequests, registeredKeys, callback, opt_timeoutSeconds)

So could it be this code is not compatible with the latest versions of chrome?

emlun commented 2 years ago

Sorry we didn't respond. Since the U2F API is now obsolete, we're archiving this repository and ceasing maintenance of the library.