Summary
See: https://passkeys.dev/docs/use-cases/bootstrapping/
The initial sign-in page recommendation today shows only a username entry field and suggests detection and use of the autofill UI.
What if the autofill UI is not available, but the user has a discoverable credential (regardless of whether or not it's the platform authenticator, on their phone, or a hardware security key)?
At one point it was being suggested that the login page also show a "Sign in with a passkey" button to initiate the normal/modal UI for passwordless login to handle this case.
You could even suggest that such a button be displayed only when PublicKeyCredential.isConditionalMediationSupported() returns false.
Details
I want to understand if adding a "Sign In with a passkey" button this is still the recommended advice, or if the content on this site is only being developed with a view to the future when all browser support the non-modal UI?
Proposed Content Type
Best Practice
Proposed Content Title
Adding a "Sign in with a passkey" button
Related Articles
https://passkeys.dev/docs/use-cases/bootstrapping/