| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f32301a commit 3f88a24
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -225,7 +225,7 @@ def _obtain_challenge_input_webauthn(self, metadata, webauthn_handler): | |||
| 225 | 225 | challenge=self._unpadded_urlsafe_b64recode(challenge), | |
| 226 | 226 | timeout_ms=WEBAUTHN_TIMEOUT_MS, | |
| 227 | 227 | allow_credentials=allow_credentials, | |
| 228 | - user_verification="required", | ||
| 228 | + user_verification="preferred", | ||
| 229 | 229 | extensions=extension, | |
| 230 | 230 | ) | |
| 231 | 231 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -235,7 +235,7 @@ def test_security_key_webauthn(): | |||
| 235 | 235 | challenge=challenge._unpadded_urlsafe_b64recode(sk_challenge["challenge"]), | |
| 236 | 236 | timeout_ms=challenges.WEBAUTHN_TIMEOUT_MS, | |
| 237 | 237 | allow_credentials=allow_credentials, | |
| 238 | - user_verification="required", | ||
| 238 | + user_verification="preferred", | ||
| 239 | 239 | extensions=extension, | |
| 240 | 240 | ) | |
| 241 | 241 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments