Browser-style API
Keep navigator.credentials.create() and navigator.credentials.get() in your app instead of rewriting your passkey flow around a custom API.
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.
Platform notes included
Follow the Getting Started, iOS setup, Android setup, and backend notes.