Matthew Miller

Results 39 issues of Matthew Miller

- Updated package.json to allow for testing and building immediately after an `npm install` - Updated everything to v1.1.8 This PR (similar to #124 and #145) seeks to address an...

I'm interested in updating some WebAuthn-related types like `AuthenticatorTransport` and `AuthenticatorAttestationResponse` that have gained new properties and values in the wild, but these new values aren't represented in the respective...

The README says this project implements the "Candidate Recommendation" of WebAuthn, and is giving some potential consumers of this repo pause that the code is not ready for production. I'm...

My project uses [@hexagon/base64](https://github.com/Hexagon/base64), which cross-publishes to deno.land as [b64](https://deno.land/x/[email protected]). I'm experimenting with migrating my Node library to use dnt so I can start cross-publishing as well, and so I...

## Describe the issue Recent discussion over in the py_webauthn project (https://github.com/duo-labs/py_webauthn/issues/187) focused on how allowing strings for user IDs when generating registration options can encourage the use of PII...

## Describe the issue https://github.com/w3c/webauthn/pull/1901 is adding a new `PublicKeyCredential.isPasskeyPlatformAuthenticatorAvailable()` to offer RP's a signal that users will likely be able to use a passkey via the local platform authenticator,...

This PR attempts to pull together any exceptions raised by `create()` and `get()` to help RP's understand what exceptions may be encountered when using WebAuthn. The intention here is to...

type:editorial

I have a package that only imports and exports TypeScript `type`s. It has two files, **index.ts** and **dom.ts**, and **index.ts** relatively imports from **dom.ts** but not the other way around:...

## Describe the issue At WWDC 24 this week Apple debuted **macOS Sequioa Dev Beta 1**, which includes **Safari 18.0 Beta**. According to the WebKit blog, Safari 18.0 Beta supports...

## Describe the issue See https://deno.com/blog/std-on-jsr, this part makes me wonder if I have to start using JSR in here, which would have an impact on the rest of the...