w3c / webauthn

Web Authentication: An API for accessing Public Key Credentials
https://w3c.github.io/webauthn/
Other
1.19k stars 171 forks source link

Add userName and userDisplayName to webdriver #2148

Closed nsatragno closed 1 month ago

nsatragno commented 2 months ago

This PR adds the userName and userDisplayName properties to the webdriver's credential parameters. These properties are useful to test the new signalCurrentUserDetails method, both on WPTs and for web developers.

Closes #2143

The following tasks have been completed:

Implementation commitment:


Preview | Diff

nsatragno commented 1 month ago

Nina to fix the empty name / display name problem