webauthn-open-source / fido2-lib

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
https://webauthn.io
MIT License
394 stars 118 forks source link

Fixed an error in the documentation #154

Closed lilac-milena closed 5 months ago

lilac-milena commented 5 months ago

In the latest version of Chrome, navigator.credentials.create() requires "registrationOptions.user.id" in addition to the "registrationOptions.user.name" image

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (de9e4a3) 92.86% compared to head (63d412f) 92.86%. Report is 1 commits behind head on master.

:exclamation: Current head 63d412f differs from pull request most recent head 6fa1348. Consider uploading reports for the commit 6fa1348 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #154 +/- ## ======================================= Coverage 92.86% 92.86% ======================================= Files 16 16 Lines 6023 6023 ======================================= Hits 5593 5593 Misses 430 430 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.