-
-
Notifications
You must be signed in to change notification settings - Fork 184
Description
Hello,
If you go to your website on Safari 15.5 and try to register and login: https://fido2-net-lib.passwordless.dev/passwordless#heroFoot
Registering works but sign in fails:
Apple did make a change regarding WebAuthn as follows for Safari 15.5:
"Fixed WebAuthn implementation to match specifications to use the default pubKeyCredParams list if the list in makeCredential is empty."
https://developer.apple.com/documentation/safari-release-notes/safari-15_5-release-notes
However, our pubKeyCredParams list is not empty so I don't know why the behaviour is broken all of a sudden.
Is there any changes I can make in my options or when I call this library that will fix this issue?
What complicates matters is I don't have access to Safari 15.5 so I can't do further debugging so thought I'll try here to see if you knew of this breaking change and had any ideas.
Many thanks.