FOR TECHNICAL LEADERS AND DEVELOPERS

Passkeys Analyzer

Do you want to know how many of your users can use passkeys? Integrate Corbado's free passkeys analyzer and find out in minutes.

  • Free forever

  • Anonymous

  • Integration in <5 mins

Passkeys Analyzer Preview
Lego Image

DETERMINE PASSKEY-READINESS

Get insights into your users' setup

Corbado's free Passkeys Analyzer determines your users' technical passkey readiness, so that you have all data to determine your individual passkeys rollout strategy(/blog/passkey-bible-for-product-managers).

Get Live Passkey Adoption Data

Check our "State of Passkeys" site to get the most recent passkey-readiness data.

Get Data

NO RISK. NO COOKIES. SETUP IN <5 MINUTES.

Anonymous & GDPR compliant

We protect you and your users' privacy. No personal data is collected. We only evaluate anonymized, technical information regarding platform and browser as well as availability of biometrics (e.g. Face ID) and Conditional UI.

01

OS & Browser

See which operating systems and browsers your users use.

02

Biometrics

See if a platform authenticator (biometric scanner) is available.

03

Conditional UI

See if Conditional UI is available on your customers' devices

HOW TO INTEGRATE

Easy integration in <5 mins

  1. CONFIGURE

    Step 1

    Configure the passkeys analyzer in the Corbado developer panel.
  2. EMBED

    Step 2

    Add the JavaScript snippet to your website or app
  3. MEASURE

    Step 3

    Start analyzing the passkey-readiness

JavaScript

<script>
(function () {
  var script=document.createElement("script");
  script.src="https://analyze.corbado.com/assets/bundle.js";
  script.defer=true;
  var head=document.getElementsByTagName("head")[0];
  var done=false;

  script.onload=script.onreadystatechange = function(){
    if (!done && (!this.readyState || this.readyState == "loaded"
                  || this.readyState == "complete") ) {
      done=true;
      tracking.visit({
        projectID: "pro-xxx"
      });
      script.onload = script.onreadystatechange = null;
      head.removeChild(script);
    }
  };
  head.appendChild(script);
})();
</script>

Try Corbado now!

Add passkeys to your app in <1 hour.

Start for free