1Password / passkey-rs

A framework for defining Webauthn Authenticators that support passkeys
Apache License 2.0
116 stars 17 forks source link

Stop hardcoding uv values sent to authenticator #22

Closed coroiu closed 2 months ago

coroiu commented 3 months ago

UP, UV and RK are currently hardcoded to true in the client, meaning that we will always ask for user verification, even if it isn’t actually requested.


BW Internal tracking: [PM-8752] Based on [PM-7145] Stop hardcoding uv values sent to authenticator