Skip to content

Commit

Permalink
fix: resolved error "User verification required, but user could not b…
Browse files Browse the repository at this point in the history
…e verified"
  • Loading branch information
authcompanion committed Dec 3, 2023
1 parent 8ff1528 commit 2087808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/webAuthn/registrationOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const registrationOptionsHandler = async function (request, reply) {
timeout: 60000,
attestationType: "indirect",
authenticatorSelection: {
userVerification: "preferred",
userVerification: "required",
residentKey: "required",
},
supportedAlgorithmIDs: [-7, -257],
Expand Down

0 comments on commit 2087808

Please sign in to comment.