- From: Tim Cappalli via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Jul 2023 20:21:22 +0000
- To: public-webauthn@w3.org
timcappalli has just submitted a new pull request for https://github.com/w3c/webauthn: == Add new getClientCapabilities method == This PR adds a new method, `getClientCapabilities()` and a matching enum for the response (currently `hybrid-transport` and/or `client-pin-entry`). These capabilities can help an RP craft a sign in or registration experience based on client capabilities. For example, an RP that requires user verification may not want to offer security key registration on a client where PIN entry is not supported. Another example would be a smart TV or kiosk where only hybrid is available (no local platform authenticator). In this scenario, offering a username field doesn't make a lot of sense and a "Sign in with a passkey" button might make a lot more sense. See https://github.com/w3c/webauthn/pull/1923 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 July 2023 20:21:24 UTC