.well-known
endpoints)react-native-passkey
package, you need to link the native packages to your project:
expo prebuild
, you’ll need to rebuild your app for the native modules to be properly linked.appOrigin
in the ReactNativeExtension:
appOrigin
must match your website domain exactly (e.g., https://example.com
). This domain will be used to create and associate passkeys, so ensure it’s the same domain where you’ll host the required .well-known
endpoints.dynamicClient.passkeys.get()
- Retrieves all registered passkeys for the userdynamicClient.passkeys.authenticateMFA()
- Uses a registered passkey for multi-factor authentication