-
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
Describe the issue
When calling startRegistration in MacOS Safari an AbortError: Authentication ceremony was sent an abort signal error occurs. Strangely, If called again it successfully starts the registration process.
Reproduction Steps
- Open up Safari on MacOS
- Run the example app
- Click 'Register'
- See error
- Click 'Register' again
- Observe that it works
Expected behavior
I would expect that it does not error the first time clicking 'Register'
Code Samples + WebAuthn Options and Responses
Can be replicated by running the example app locally.
Dependencies
- OS: macOS 13.3.1
- Browser: Safari 16.4
- Authenticator: Platform (TouchID)
SimpleWebAuthn Libraries
$ npm list --depth=0 | grep @simplewebauthn
├── @simplewebauthn/[email protected]
├── @simplewebauthn/[email protected]
# ...Additional context
Looks like it could be related to this issue maybe: #351
Metadata
Metadata
Assignees
Labels
No labels