lib/webauthn/credential_creation_options.rb in webauthn-1.17.0 vs lib/webauthn/credential_creation_options.rb in webauthn-1.18.0

- old
+ new

@@ -40,9 +40,10 @@ def to_h options = { challenge: challenge, pubKeyCredParams: pub_key_cred_params, + timeout: timeout, user: { id: user.id, name: user.name, displayName: user.display_name }, rp: { name: rp.name } } if attestation