Skip to content

Commit

Permalink
Update README.md (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilac-milena authored Jan 21, 2024
1 parent 89be15a commit ad1566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const f2l = new Fido2Lib({
``` js
const registrationOptions = await f2l.attestationOptions();

// make sure to add registrationOptions.user.id
// make sure to add registrationOptions.user.id and registrationOptions.user.name
// save the challenge in the session information...
// send registrationOptions to client and pass them in to `navigator.credentials.create()`...
// get response back from client (clientAttestationResponse)
Expand Down

0 comments on commit ad1566e

Please sign in to comment.