Give every user a phishing-resistant WebAuthn sign-in with the biometrics and hardware they already trust.
Face ID, Touch ID, and hardware security keys flow through the WebAuthn standard.
Drop in PasskeyManager so users can add, rename, and remove their own credentials.
Conditional UI lets a saved passkey appear beside familiar browser sign-in suggestions.
import { AuthOwlProvider, PasskeyManager } from '@authowl/react' export default function Page() { return ( <AuthOwlProvider publishableKey={'pk_live_...'} apiUrl={'https://authowl.dev'}> <PasskeyManager /> </AuthOwlProvider> ) }
Available from the Starter plan on production environments. Development environments are never gated.
Turn on passkeys in your project, then let the SDK handle the ceremony.