Matthew Miller
Matthew Miller
I believe I've found some guidance on how to determine when to define a method as asynchronous vs synchronous. The W3C's Web Platform Design Principles suggest to me that it's...
cc @marcoscaceres on this ⬆️
> > Lastly, signing in often navigates the page, which aborts all outstanding conditional requests. It might be a little complex for sites to sequence things so that the registration...
Also do we envision this being for new user onboarding, or a new capability to assist RP's with existing user accounts to silently upgrade existing users to using passkeys?
@pascoej Based on the title of this Issue I was anticipating seeing `"mediation": "conditional"` in the example `navigator.credentials.get()` call in the Explainer, but the option is missing. Is that a...
I finally had a chance to give the Explainer a good look. Looking at this first example in the Explainer... ``` const assertionOrRegistration = await navigator.credentials.get({ mediation: 'conditional' publicKey: {...
There's nothing about this new capability that would dictate the kind of authentication that occurs before the conditional registration request, is there? I'm wondering if this would be a great...
The algorithm is indeed focused more on the part after the TLD, a.k.a. the "label". So long as all 17 of those TLDs use `amazon` before them then the current...
I brought this up on the call today, but what about a more novel example like, "verify your zip code (in your mDL) to receive a locale-specific discount"? I'm thinking...
> * Desire to signal to a client/authenticator that a specific credential is no longer valid and can be deleted > * Desire to signal to a client/authenticator that `name`...