- From: Nina Satragno via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 Aug 2024 19:32:31 +0000
- To: public-webauthn@w3.org
nsatragno has just merged nsatragno's pull request 2093 for https://github.com/w3c/webauthn: == Add Signal API == This PR adds a `PublicKeyCredential.signal*` set of methods that relying parties can call to notify authenticators of changes on the applicability or metadata of credentials. * `PublicKeyCredential.signalUnknownCredentialId` This lets the relying party notify the authenticator that a request with a given credential id would be rejected. * `PublicKeyCredential.signalAllAcceptedCredentialIds` This lets the relying party send a snapshot of all the credential IDs it will accept for a user, allowing the authenticator to hide or remove credentials not present. * `PublicKeyCredential.signalCurrentUserDetails` This lets the relying party update a user's `name` and `displayName`. Please see the [explainer](https://github.com/w3c/webauthn/wiki/Explainer:-WebAuthn-Signal-API-explainer) for more details. Closes #1967. Closes #2038. <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/nsatragno/webauthn/pull/2093.html" title="Last updated on Aug 14, 2024, 8:26 PM UTC (f08e115)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/2093/2b8e368...nsatragno:f08e115.html" title="Last updated on Aug 14, 2024, 8:26 PM UTC (f08e115)">Diff</a> See https://github.com/w3c/webauthn/pull/2093 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 28 August 2024 19:32:32 UTC