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 2a1f259 commit 6faf6e7Copy full SHA for 6faf6e7
backend/flow_api/services/webauthn.go
@@ -302,7 +302,7 @@ func (s *webauthnService) GenerateCreationOptionsPasskey(p GenerateCreationOptio
302
authenticatorSelection := protocol.AuthenticatorSelection{
303
RequireResidentKey: &requireResidentKey,
304
ResidentKey: protocol.ResidentKeyRequirementRequired,
305
- UserVerification: protocol.VerificationRequired,
+ UserVerification: protocol.UserVerificationRequirement(s.cfg.Passkey.UserVerification),
306
}
307
308
attestationPreference := protocol.ConveyancePreference(s.cfg.Passkey.AttestationPreference)
0 commit comments