We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whether using the official kits for iOS or Android, the error received is:
Error("unknown variant cable, expected one of usb, nfc, ble, internal, hybrid, test", line: 1, column: 118))
The original request specified transports: ["internal", "cable"]
Does "cable" refer to "ble"? Should "ble" be replaced with "cable"?
The text was updated successfully, but these errors were encountered:
Nope, it's the clients sending the wrong thing - this is handled in a recent patch - ref #364
https://w3c.github.io/webauthn/#enumdef-authenticatortransport
Sorry, something went wrong.
Relates to #386 - we need to do a release soon
No branches or pull requests
Whether using the official kits for iOS or Android, the error received is:
Error("unknown variant cable, expected one of usb, nfc, ble, internal, hybrid, test", line: 1, column: 118))
The original request specified transports: ["internal", "cable"]
Does "cable" refer to "ble"? Should "ble" be replaced with "cable"?
The text was updated successfully, but these errors were encountered: