Browser support for WebAuthn is growing rapidly. As of writing, 87.39% of internet users should have support. You can check for WebAuthn support by checking for PublicKeyCredential in JavaScript: if (window.PublicKeyCredential) { console.log(“Supported.”); … more
Categories: News
0 Comments