Is your feature request related to a problem?
the pinverification is specifically about PINs and userverification as written is the comments is specifically about on-device UV (such as fingerprints).
Users with mixed setups (e.g. a fingerprint authenticator for convenience and a cheaper non-bio model as backup) would be required to not enable either of these if they want to use both seamlessly as the options from the way they are written would kinda create issues with each other if both are set.
the PIN only key would likely not work at all due to the UV requirement, and not even sure what the UV-enabled key would do (and that doesnt even include the keys of a UV-enabled key that supports PIN but the UV tries are exhausted.
Describe the solution that you'd like
an option that instead of forcing either UV or PIN, that basically tries UV if available, otherwise use the PIN
Describe the alternatives that you've considered
honestly the only super weird thing that could work is having multiple configs at the same time which would be kinda cumbersome to keep track of
Additional context
I cant really help with the programming but I can sure help testing
Is your feature request related to a problem?
the
pinverificationis specifically about PINs anduserverificationas written is the comments is specifically about on-device UV (such as fingerprints).Users with mixed setups (e.g. a fingerprint authenticator for convenience and a cheaper non-bio model as backup) would be required to not enable either of these if they want to use both seamlessly as the options from the way they are written would kinda create issues with each other if both are set.
the PIN only key would likely not work at all due to the UV requirement, and not even sure what the UV-enabled key would do (and that doesnt even include the keys of a UV-enabled key that supports PIN but the UV tries are exhausted.
Describe the solution that you'd like
an option that instead of forcing either UV or PIN, that basically tries UV if available, otherwise use the PIN
Describe the alternatives that you've considered
honestly the only super weird thing that could work is having multiple configs at the same time which would be kinda cumbersome to keep track of
Additional context
I cant really help with the programming but I can sure help testing