Passwordless login on the web with passkeys

  1. Passkeys are more secure than passwords because of which of the following factors?

  2. Each passkey can only be used for the service on which it's created.

  3. A user's biometric data never leaves the device and is never stored on a central server where it could be stolen in a breach.

  4. To authenticate with passkeys on a device, users can use which of the following authentication methods?

  5. Users can select an account to sign in with passkeys. Typing the username isn't required.

  6. To support passkeys in your web app, you need to use which of the following APIs?

  7. To create a passkey in your web app, you need to call which of the following methods?

  8. Before you create a passkey, you need to request some parameters from the server. The rp.id parameter refers to which of the following pieces of data?

  9. To display saved passkeys when a user clicks or taps on the username field, you need to add the following attribute to the HTML <input> form field:

  10. The mediation: 'conditional' parameter lets users rely on browser autofill to sign in. What happens when you call the navigator.credentials.get() method with the mediation: 'conditional' parameter?