You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recently, we have noticed that our users are no longer able to create passkeys to login to our platform. After investigating the issue we have found that the browser is refusing the operation with error NotAllowedError: The operation either timed out or was not allowed. See: https://www.w3.org/TR/webauthn-2/#sctn-privacy-considerations-client. After further investigation, I have tried the example in your codebase, and it didn't work with mobile devices too. It works normally for Windows hello.
Describe the issue
recently, we have noticed that our users are no longer able to create passkeys to login to our platform. After investigating the issue we have found that the browser is refusing the operation with error NotAllowedError: The operation either timed out or was not allowed. See: https://www.w3.org/TR/webauthn-2/#sctn-privacy-considerations-client. After further investigation, I have tried the example in your codebase, and it didn't work with mobile devices too. It works normally for Windows hello.
Reproduction Steps
NotAllowedError: The operation either timed out or was not allowed. See: https://www.w3.org/TR/webauthn-2/#sctn-privacy-considerations-client.
Expected behavior
Passkey is registered successfully.
Code Samples + WebAuthn Options and Responses
Your example is not working with mobile phones, although it was working a couple of months ago.
Dependencies
SimpleWebAuthn Libraries
@simplewebauthn/server 13.1.1
@simplewebauthn/browser 13.1.0
Additional context
The text was updated successfully, but these errors were encountered: