This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 3f88a24
fix: Use
Since ReAuth is a second factor credential, it is not necessary to
require UV here. This was discussed with ReAuth folks.
Also, in practice, downstream clients disregard this because the U2F
protocol doesn't expose UV enforcement.
---------
Co-authored-by: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>user_verification=preferred for ReAuth WebAuthn challenge (#1798)1 parent f32301a commit 3f88a24Copy full SHA for 3f88a24
2 files changed
+2-2Lines changed: 2 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- google/oauth2
- tests/oauth2
Expand file treeCollapse file tree
Open diff view settings
Collapse file
google/oauth2/challenges.py
Copy file name to clipboardExpand all lines: google/oauth2/challenges.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
225 | 225 | |
226 | 226 | |
227 | 227 | |
228 | | - |
| 228 | + |
229 | 229 | |
230 | 230 | |
231 | 231 | |
|
Collapse file
tests/oauth2/test_challenges.py
Copy file name to clipboardExpand all lines: tests/oauth2/test_challenges.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
235 | 235 | |
236 | 236 | |
237 | 237 | |
238 | | - |
| 238 | + |
239 | 239 | |
240 | 240 | |
241 | 241 | |
|
0 commit comments