You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User verification should be set to discouraged by default. It should still be possible to set uv = 'required' with an option, but leaving it undefined can have unexpected side effects.
The text was updated successfully, but these errors were encountered:
nsatragno
added a commit
to nsatragno/webauthn-node
that referenced
this issue
Jan 6, 2020
Allow configuring the user verification requirement. This is implemented
as a boolean that is translated into either UserVerificationRequirement
"required" or "discouraged". Do not default to "preferred" since its
behaviour is confusing at best.
Fixesstrangerlabs#21
Allow configuring the user verification requirement. This is implemented
as a boolean that is translated into either UserVerificationRequirement
"required" or "discouraged". Do not default to "preferred" since its
behaviour is confusing at best.
Fixesstrangerlabs#21
User verification should be set to
discouraged
by default. It should still be possible to setuv = 'required'
with an option, but leaving itundefined
can have unexpected side effects.The text was updated successfully, but these errors were encountered: