WebAuthN Is it possible to see the available platform authenticators?
问题 I was tasked with creating a custom enrollment screen for webauthn. We want to show the user that faceid will be used to authenticate them, or that their fingerprint will. The solution of having a device table and deriving from that seems like a sustainability nightmare. I would much rather pull from something like navigator.credentials.authenticator.getDevice() 回答1: The closest you're going to get is: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential