prerunr

Results 4 comments of 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...

![Image](https://github.com/user-attachments/assets/aa612fe4-aea2-4ac2-84df-c54b444e5e38) 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,...