Initialize a login with Webauthn.
navigator.credentials.get()
.
Omitting the optional request body or using an empty JSON object results in generation of request options for a
login using a discoverable credential
(i.e. they will not contain
allowCredentials).
Successful initialization
Options for assertion generation with the WebAuthn API