Closed MathisRosenhauer closed 4 years ago
Let me fix the problems with older fido2
Merging #67 into master will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #67 +/- ##
=======================================
Coverage 97.75% 97.75%
=======================================
Files 34 34
Lines 1067 1069 +2
Branches 46 46
=======================================
+ Hits 1043 1045 +2
Misses 20 20
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
django_fido/views.py | 98.90% <100.00%> (+0.01%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7112645...504e9c4. Read the comment docs.
Squashed the commits.
Chrome always asks me for the PIV PIN of my YubiKey 5 when authenticating or registering. This allows to set
user_verification=UserVerificationRequirement.DISCOURAGED
to authenticate by touch only.