Skip to content

feat: enable webauthn for passkey authentication#689

Open
tobeycodes wants to merge 1 commit intovercel-labs:mainfrom
tobeycodes:feat/enable-webauthn-for-passkey-authentication
Open

feat: enable webauthn for passkey authentication#689
tobeycodes wants to merge 1 commit intovercel-labs:mainfrom
tobeycodes:feat/enable-webauthn-for-passkey-authentication

Conversation

@tobeycodes
Copy link

Closes #688

@vercel
Copy link
Contributor

vercel bot commented Mar 9, 2026

@tobeycodes is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

await cdp.send('WebAuthn.enable');
}

async addVirtualAuthenticator(): Promise<void> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The addVirtualAuthenticator method discards the authenticatorId returned by WebAuthn.addVirtualAuthenticator CDP call, making the ID unavailable for subsequent WebAuthn operations.

Fix on Vercel

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.

Support enabling WebAuthn for passkey authentication with a virtual authenticator

1 participant