Skip to content

Commit 72f3910

Browse files
Update README.md
Co-authored-by: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com>
1 parent bab9163 commit 72f3910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ begin
271271
session[:authentication_challenge],
272272
public_key: stored_credential.public_key,
273273
sign_count: stored_credential.sign_count,
274-
user_verification: true
274+
user_verification: true # For a passwordless or passkey-based (passwordless and usernameless) login. Omit for 2FA.
275275
)
276276

277277
# Update the stored credential sign count with the value from `webauthn_credential.sign_count`

0 commit comments

Comments
 (0)