Matthew Miller

Results 295 comments of Matthew Miller

I'm going to add this conversation to this issue: https://github.com/MasterKale/SimpleWebAuthn/discussions/542 tl;dr: _Technically_ **@simplewebauthn/browser** is available via https://deno.land/x/[email protected]/packages/browser, but its code is not in a shape that Deno recognizes (no file...

If anyone's following this issue and is interested in testing out Deno support via JSR-hosted versions of v11.0.0, check out this discussion comment for more info: https://github.com/MasterKale/SimpleWebAuthn/discussions/542#discussioncomment-11195351

SimpleWebAuthn will now enjoy first-class support for installation from JSR as well as from NPM as of v12.0.0 🎉 See here for more info: https://github.com/MasterKale/SimpleWebAuthn/releases/tag/v12.0.0

> As you described here, we should add the `startAuthentication` workflow in the head section or let the UI wait some n seconds, is this workaround still required, or are...

I'm gearing up to tackle this Soonâ„¢ and realized that I need to consider how to allow the user presence bit to be false. Conditional create makes this a first...

I need to add a new option to `startRegistration()` like `useBrowserAutofill` in `startAuthentication()`. For those following this issue, I need to decide on a name for the new option. This...

I went with `useAutoRegister` in #623, this'll go out as part of a v11 major release (after I close another issue or two)

@lmarschall Check out the new **@simplewebauthn/[email protected]** - `startRegistration()` has the new `useAutoRegister` option that should enable use of conditional create. Just a heads up, the API of `startRegistration()` changed to...

> EDIT: nevermind, I realized it requires Apple passwords and enabling "Allow automatic passkey upgrades", so it's an apple only thing, wasn't clear from the changelog @swagliquido Support for conditional...

Reopening this to take another stab. I reverted the initial attempt for now: https://github.com/MasterKale/SimpleWebAuthn/pull/626