diff --git a/src/lib/utils/passkey.ts b/src/lib/utils/passkey.ts index 0375829..5222e8f 100644 --- a/src/lib/utils/passkey.ts +++ b/src/lib/utils/passkey.ts @@ -114,6 +114,11 @@ export const getCredentialOptions = ({ pubKeyCredParams: [ { alg: -7, type: "public-key" }, // ES256 ], + authenticatorSelection: { + authenticatorAttachment: undefined, // Allow any authenticator (platform or cross-platform) + residentKey: "preferred", + userVerification: "preferred", + }, }, };