keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
20.17k stars 1.42k forks source link

Passkeys: Return authenticatorData and publicKeyAlgorithm to extension #10857

Closed varjolintu closed 1 month ago

varjolintu commented 1 month ago

Adds support for returning authenticatorData to the extension side on register. Currently it is only returned during the authentication. Related issue is mentioned here: https://github.com/keepassxreboot/keepassxc-browser/issues/2061

Testing strategy

Manually. Extension already supports authenticatorData, and support for public key functions is coming later.

Type of change