Matthew Miller

Results 295 comments of Matthew Miller

> Would be nice if someone from Apple could confirm this is no longer a requirement for use of the platform authenticator? [Ricky Mondello at Apple had this to say...

@frederikrothenberger I no longer have access to a machine running Safari 15.6.1. Is this still an issue for you? Maybe you can play around with the new **Discoverable Credential** option...

Bumping this as it's still an issue in 2023. I want `shims: { crypto: true }` to only be set when **test_runner.js** is run to test CJS and ESM output....

Hello @SpiderD555, that's odd. Can you try again and grab from the browser console the response that's causing this error?

> I can also supply the "verification" request that the browser supplies with POST request, but I am not sure if the data I expose there should be visible to...

Hello @SpiderD555, I see the problem. The security key is reporting the following transports: ```json "transports": [ "ble", "bt", "cable", "hybrid", "internal", "nfc", "usb" ], ``` "`bt`" is not a...

Actually @SpiderD555 can you try again with the latest Firefox on Android to see if you can still recreate this issue? I noticed the `"androidPackageName":"org.mozilla.firefox"` in the `clientDataJSON` in the...

Would anything in this proposal potentially blow up if we ended up in a future state where passkey providers offered users an option, entirely outside of the browser, to **not**...

The thought occurred to me over the weekend: how can the browser know an auth is successful if A) the RP cannot use the `conditionalCreate` extension, and B) the user...

There doesn't seem to be anything in here addressing users with multiple available providers. When a user has a security key inserted, has iCloud Keychain enabled, and a third-party provider...