Saltar al contenido

@capgo/capacitor-passkey

Keep your browser-style WebAuthn code in a Capacitor app while the plugin handles native passkey calls and native host patching.

Browser-style API

Keep navigator.credentials.create() and navigator.credentials.get() in your app instead of rewriting your passkey flow around a custom API.

Minimal app changes

Add plugin config once, import @capgo/capacitor-passkey/auto, and keep the rest of your WebAuthn code close to the browser implementation.

Build-time native wiring

The plugin patches the generated iOS and Android host projects during sync so you do not need to keep hand-editing those files.