We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f1239 commit 00996b9Copy full SHA for 00996b9
packages/better-auth/src/plugins/passkey/index.ts
@@ -533,6 +533,7 @@ export const passkey = (options?: PasskeyOptions) => {
533
expectedChallenge,
534
expectedOrigin: origin,
535
expectedRPID: options?.rpID,
536
+ requireUserVerification: false,
537
});
538
const { verified, registrationInfo } = verification;
539
if (!verified || !registrationInfo) {
0 commit comments