Matthew Miller

Results 295 comments of Matthew Miller

WASM is really neither here nor there, I suggest we constrain future discussion to JS because the question of how you invoke JS global APIs from WASM will never be...

> We already have credprops https://www.w3.org/TR/webauthn-2/#sctn-authenticator-credential-properties-extension But isn't the issue with **client** extensions like `credProps` is that it's not part of any signed value, so strictly speaking it can't be...

Closing this out as it's old and not relevant/fixed in v2 (#58)

Why _couldn't_ WebAuthn be used for 2FA/Passwordless/Usernameless logins for browser extensions that want to offer an additional level of access control? It's not much different than how some privacy-oriented apps...

> By contrast, @Mikescops's use case of a browser extension authenticating itself to a remote server (for example, to download an encrypted vault file) is a different matter and is...

@frederikrothenberger Can you try this again with the latest version of the site (https://github.com/duo-labs/webauthn.io/pull/58) that's now live?

These changes have been published as **@simplewebauthn/[email protected]** and **@simplewebauthn/[email protected]**

What is currently broken about trying to use SimpleWebAuthn in a Deno project? If there's an error raised in your project then please provide a reproduction I can use on...

I wonder if there's a performance benefit to be had from dropping all the serialization for "logic that handles serialized representations." Back when I started this project I was not...

The thought just occurred to me: import paths to standard lib functionality in Node and Deno as so completely different, how do I detect the availability of API's like `WebCrypto`?...