prerunr
prerunr
check your autoload.php you may find something like "CoreInterfaces\\" => "/apimatic/core-interfaces-php/src/" which fails as it should have "core-interfaces" instead leaving out the "-php"
Yes worked fine, also with google. Not with my code and this device using your library. But that library did work fine for PC and android mobile. Tried it again...
 the message
Fixed now writing to the device. added the extra data in the second line to override some defaults in your library. $response = $webauthn->getCreateArgs(\hex2bin($_SESSION['unique_id']), $_SESSION['email'], $_SESSION['email'], $allowUsb=true, $allowNfc=true, $allowBle=true, $allowHybrid=true,...