1Password / passkey-rs

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

Stop harcoding RK value sent to the authenticator #27

Closed coroiu closed 2 months ago

coroiu commented 2 months ago

UP, UV and RK are currently hardcoded to true in the client, meaning that we will always create discoverable credentials, even if they aren’t actually requested.


Bitwarden internal tracking: [PM-8578] based on [PM-7150]