Ajé

Results 10 comments of Ajé

Reading the thread, I understand there is no decision taken on this issue. At most, you would like to evaluate the performance penalty of checking whether a new key is...

I would argue that if they don't get adoption, it may be because there is no need for such feature... I don't understand "and changing them later is hard". Changing...

Hi Reynir,Webauthn is not only a standard for hardware cryptography. I use it with my enpass vault for instance, and without TPM.In the mean time I managed to have it...

Reynir, I thought Enpass Vault only work with type 3 cose keys, but this is wrong. I does work perfectly well with type 2 cose keys, and you don't need...

> Add a module that introduces simplified registration & authentication ceremony operations. > > This is broadly modelled after the functions in the [@simplewebauthn/server](https://simplewebauthn.dev/docs/packages/server) npm package. I think this new...

Indeed, I am using it in a personal project, and I confirm, it works with `@simplewebauthn/browser`

@yawaramin, if I may, your `verify_registration_response` returns a `passkey result` type. Wouldn't it be wise to follow the [norm](https://www.w3.org/TR/webauthn-3/#sctn-registering-a-new-credential)'s identifiers and structures, so that is returns instead a `credentialRecord` structure...

These fields are to be taken from the `flags` field of the `authenticator data` of `AuthenticatorAttestationResponse`. This is described in steps 15 to 19. If they are not yet made...

I have the same issue trying to install dune 3.20.2 on windows 10 from an non admin terminal (powershell). Trying to figure out the process tree of executable having a...

I killed the process dune.exe and relaunched the installation and voilà, it worked. So I assume during long installation process of several packages, when dune is launched several times, it...