Skip to content

v1.60.2.0 feat(browse): add webauthn command for CDP virtual authenticator support#2297

Open
huckym wants to merge 1 commit into
garrytan:mainfrom
blanqlabs:webauthn-virtual-authenticator
Open

v1.60.2.0 feat(browse): add webauthn command for CDP virtual authenticator support#2297
huckym wants to merge 1 commit into
garrytan:mainfrom
blanqlabs:webauthn-virtual-authenticator

Conversation

@huckym

@huckym huckym commented Jul 18, 2026

Copy link
Copy Markdown

navigator.credentials.create()/.get() have no platform authenticator to
resolve against in headless Chromium, so passkey/WebAuthn flows hang or
reject outright. webauthn [on|off] attaches a CDP virtual authenticator
(ctap2, resident keys, automatic presence simulation) to the active tab,
scoped to the page's lifetime via the existing getOrCreateCdpSession cache.

Testing

  • Unit tests for enable/disableWebAuthn against a mocked CDP session
  • Integration tests exercising the full dispatch path (on/off/bare/invalid),
    and a fixture proving the ceremony fails without the authenticator and
    succeeds with it
  • bun test passing on the touched files

VERSION bumped to 1.60.2.0 (patch).

navigator.credentials.create()/.get() have no platform authenticator to
resolve against in headless Chromium, so passkey/WebAuthn flows hang or
reject outright. `webauthn [on|off]` attaches a CDP virtual authenticator
(ctap2, resident keys, automatic presence simulation) to the active tab,
scoped to the page's lifetime via the existing getOrCreateCdpSession cache.

Bumps VERSION to 1.60.2.0 (patch) and documents the command in
browse/SKILL.md.tmpl (regenerated) and gstack/llms.txt.
@trunk-io

trunk-io Bot commented Jul 18, 2026

Copy link
Copy Markdown

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant