Skip to main content
The user must have already signed in via another method (e.g. email/password, social, etc.) and added a passkey to their account before they can use it to sign in with.You can prompt a user to add a passkey to their account using your SDK’s passkey registration method (see SDK-specific Tabs).

Dashboard Configuration

Simply toggle on “Passkey” in the Log in & User Profile section of the dashboard.

Prerequisites

Before this: create and initialize a Dynamic client (see Creating a Dynamic Client, Initializing the Dynamic Client).
React Native: signInWithPasskey() is identical, but passkeys need extra native setup — install react-native-passkey, set metadata.universalLink, and configure associated domains (iOS) / asset links (Android). See React Native Passkeys before using the code below.

Usage

Last modified on July 22, 2026