|
|
|
|
|
by Arnavion
1295 days ago
|
|
Sure, but that works for passwords because you can copy-paste them from an external program. The WebAuthn API in question is built around using JS in the website's context to manipulate the passkey. [1] You have to hope that the browser gives a way for an external program to be involved in that JS API's implementation. Looking at KeepassXC's WebAuthn WIP implementation, it works by injecting JS into the website context that overrides the default JS API to its own implementation instead. [2] I don't see any API in the chrome extensions docs [3] that could be used to customize passkeys, so I assume 1Password's passkey implementation (mentioned in other comments in this thread) does the same thing. I sure hope the browsers don't decide to crack down on it by making the API uninterceptable in the name of security. [1]: https://web.dev/passkey-registration/#call-webauthn-api-to-c... [2]: https://github.com/keepassxreboot/keepassxc-browser/commit/4... [3]: https://developer.chrome.com/docs/extensions/reference/ |
|