Nina Satragno

Results 21 issues of Nina Satragno

Expected: When adding any validation to an input that has `type="number"`, the `ng-model` property should be set to a numeric value, same as if there were no validations added. Actual:...

[Android N](http://developer.android.com/preview/features/notification-updates.html#direct) and [Windows 10](https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/07/02/adaptive-and-interactive-toast-notifications-for-windows-10/) support showing a text input in a notification. This feature would allow users to quickly write a reply without launching a new browser window. The...

At the June F2F, the topic of how painful it can be to require enterprise attestation came up. Right now browsers throw a type error if not supported, but that...

type:technical

We use credential descriptors "`PublicKeyCredentialDescriptor`" for allow lists & exclude lists. The spec says > [...][client platforms](https://w3c.github.io/webauthn/#client-platform) MUST ignore any [PublicKeyCredentialDescriptor](https://w3c.github.io/webauthn/#dictdef-publickeycredentialdescriptor) with an unknown [type](https://w3c.github.io/webauthn/#dom-publickeycredentialdescriptor-type). There's no further specification for...

type:technical

_(filing a new issue for this as it's a small change and I don't want to pile more stuff on the conditional mediation issue / pr)_ @emlun [pointed out](https://github.com/w3c/webauthn/pull/1576/files#r750426635) that...

type:technical

This mirrors [issue 914](https://github.com/fido-alliance/fido-2-specs/issues/914) on FIDO (CTAP). At the moment, there is no straightforward way to update a user's personal information (`name` and `displayName`) associated to a credential. If a...

type:technical

This patch attempts to formalize the storage interface to make it easier to integrate with existing databases. See issue #27 Depends on #29

This change allows users to associate multiple credentials to their account. When performing assertions, all the credentials are sent on the `allowList`. When registering a new credential, existing credentials are...

The storage interface should more easily allow developers to integrate this library with their existing user models, especially for relational databases. * The documentation should include the fields that are...