We have a requirement in which we need to trigger direct passkey authentication of Auth0 from our web component. Is there any possibility we can do this?
Right now we are using this: await auth0Client.getTokenWithPopup(options)
As far as I can tell there isn’t a way to trigger login with passkeys directly - You can only pass the connection param of the connection for which passkeys are enabled.
I’m not sure of the technical details required to enable this or if it is even possible, but could be a great candidate for a Feedback request.