Emil Lundberg

Results 361 comments of Emil Lundberg

(On second thought, maybe the linked [definition of SLD](https://developer.mozilla.org/en-US/docs/Glossary/Second-level_Domain) only accounts for a single top domain segment, not multiple ones like `.co.uk`. Whatever the appropriate term for this may be,...

In the interest of having something concrete to discuss, here's another attempt (somewhat inspired by [my previous one](https://github.com/w3c/webauthn/issues/1560#issuecomment-799755300), but rather different). How about a new `updateCredentials` client extension? ```js extensions:...

I'll start: You probably don't want to expose all this information before the user is authenticated. This also doesn't work at all when the user isn't yet identified (empty `allowCredentials`,...

> When this `delete` then fails what does the RP do? Do we delete the credential anyway and then the user has to cleanup in their pwmanager / key manager?...

Related: - https://github.com/w3c/webauthn/issues/1633

I encountered this issue too. It seems like it's not _actually_ infinite, just an extremely enormous amount of shrinks being traversed for long sequences. It looks like the shrinker essentially...

Thanks! > Additionally, if automatic numbering is feasible, that may be considered. Not currently possible in Bikeshed, but it may be in the future: https://github.com/speced/bikeshed/issues/1170 > Side question: is it...

Hm. These tri-state option values don't really make sense in the context of the MDS. Take the [`uv` option](https://fidoalliance.org/specs/fido-v2.2-rd-20230321/fido-client-to-authenticator-protocol-v2.2-rd-20230321.html#getinfo-uv) you mentioned, for example: >If present and set to `true`, it...

> you should be able to tell if an authenticator does not support, say, user verification because the `uv` flag is absent Unrelated to the previous reply - please also...

Hi, sorry for not updating. In short the response from the MDS WG is that the MDS data model won't change, so we'll have to adjust the parsing logic in...