Decentralized Biometric Auth

No passwords. No tokens.
Just you.

CkAuth lets your users log in with a QR code and their device's biometrics. Nothing sensitive is stored server-side. Integration takes minutes.

🤛 WebAuthn passkeys 📱 QR code flow 🔒 Zero passwords stored 90-second sessions
index.html — full integration
<!-- 1. Load the SDK -->
<script src="https://auth.example.com/ckauth-sdk.js"></script>

<!-- 2. Connect (~10 lines) -->
<script>
  const auth = new CkAuth({
    serverUrl: 'https://auth.example.com',
    clientId:  'my-app',
    onAuthenticated: ({ userId }) => {
      // That's it. User is verified.
      window.location = '/dashboard';
    }
  });
  auth.connect();
  container.appendChild(auth.getQrElement());
</script>
Live

Scan with your phone to authenticate

session 90s