How important is setting requireUserVerification
to true
?
#424
Replies: 2 comments 3 replies
-
@Mikescops thought you might be in a position to help here, is this the limitation with extensions? |
Beta Was this translation helpful? Give feedback.
-
Take a look at this reply I made last month to a similar question: I should probably update the docs to reflect the fact that general passkeys guidance suggests RP's should be okay with occasionally not getting UV with Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Our current implementation of passkeys sets the
requireUserVerification
flag totrue
as recommended on the passkeys guide.This uv validation is also recommended in this article https://web.dev/passkey-registration/#save-the-credential
Some of our user's have raised issues related to creating passkeys with the Dashlane (a password manager) browser extension. It seems as though the passkey generated by Dashlane is not return the correct uv flags, which is causing it to fail the validation run as a result of
requireUserVerification: true
.Is this something that Dashlane have implemented incorrectly, or is there an argument to be made that
requireUserVerification
could be set tofalse
?Beta Was this translation helpful? Give feedback.
All reactions