code failed to work with Thetis Pro-C FIDO2 Security Key Passkey Device
Using your library great success with PC and android mobile with google password manager. So I purchased a Thetis Pro-C FIDO2 Security Key Passkey Device to use. I used the google account and it set a passkey. Then I tried my passkey software in PHP using your library as noted before.
so a fail. My guess is the Thetis is not named in your library so it fails. perhaps it can be added?
does it work on other sites like https://webauthn.io/ ? FIDO is standardized, so it's not relevant if it's mentioned in the list of authenticators of this library.
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 and said it set up the passkey but not when tried to use it. I did get a fleeting message about permissions which I agreed to.
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, $allowInternal=true, $crossPlatformAttachment=true);