From what I can tell in the docs, the FusionAuth API does not support discoverable WebAuthn passkeys: https://fusionauth.io/docs/apis/webauthn/complete-a-webauthn-passkey-registration#request-body. I wanted to confirm this is accurate as it is not very transparent from the docs, and if there are any plans to add support for this.
I want to implement a passkey login using the WebAuthn API where the user does not need to provide a username/email. I understand there is a "re-authentication" workflow, but that seems designed around the hosted login pages rather than the API. Thanks!