Biometric authentication without full desktop app

Thanks to both of you for taking the time to answer my questions.

Best Regards

1 Like

Passkeys where invented for web authentication. They support biometry and are available natively in the browser sandbox.
So, technically, it should be possible to use passkeys for biometric unlock of the browser extension without the need for a separate desktop app. At least when you are using Win11 and store the passkey to unlock bitwarden outside of bitwarden (like in Windows’ built in passkey store).
Check out “Heylogin” password manager to see a proof of this concept. Their browser extension is basically a modified version of their web app, which makes it possible to unlock the browser extension using passkey biometry. They don’t even have a desktop app. Their mobile app is only needed for initial setup of the browser extension. Afterwards you can choose to unlock the browser extension with only passkey biometry (among others).

There is a separate feature request, here:

Login-with-Passkey already works with the web vault if the web browser supports an optional passkey feature called PRF. Rumor has it that this same functionality is coming to the other vaults (desktop, browser, mobile), but it has not yet hit the roadmap.

That said, Login-with-Passkey is not this FR. The proposal here is a lightweight desktop app that performs just the authentication function. Supporting login with passkeys is the subject of another feature request.