w3c / webauthn

Web Authentication: An API for accessing Public Key Credentials

Home Page:https://w3c.github.io/webauthn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for WebDriver BiDi

jimevans opened this issue · comments

Description

The current iteration of the WebAuthn spec supports automated testing via an integration with WebDriver. This support should be extended to support WebDriver BiDi. The work here is largely ceremonial, as the definitions of the JSON payload does not need much alteration, if any, to be usable in WebDriver BiDi. As an example of another spec that has already enabled this support, one can look to the Permissions spec.

Related Links

WebDriver BiDi specification
Permissions specification WebDriver BiDi support