Skip to content
New issue

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

iOS 17.4.1 #66

Open
token2 opened this issue Apr 21, 2024 · 0 comments
Open

iOS 17.4.1 #66

token2 opened this issue Apr 21, 2024 · 0 comments

Comments

@token2
Copy link

token2 commented Apr 21, 2024

After updating to iOS 17.4.1, we've noticed a change in behavior with this library. Instead of the usual passkey selection menu, a QR code is now displayed as shown below:
image

instead of this:
image

To temporarily address this, removing the 'internal' reference from WebAuthn.php resolves the issue.
$allow->transports = array('usb','nfc','ble');
(was $allow->transports = array('usb','nfc','ble','internal');

However, please note that this fix may impact the platform authentication option on desktop browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant