← Package directory
Available on winget

Install AuthenticatorChooser

๐Ÿ—๏ธ Background program that skips the phone pairing option and chooses the USB security key in Windows FIDO/WebAuthn prompts.

Install with winget
winget install --id Aldaviva.AuthenticatorChooser.Prerelease
Upgrade
winget upgrade --id Aldaviva.AuthenticatorChooser.Prerelease
Uninstall
winget uninstall --id Aldaviva.AuthenticatorChooser.Prerelease

About AuthenticatorChooser

๐Ÿ—๏ธ Background program that skips the phone pairing option and chooses the USB security key in Windows FIDO/WebAuthn prompts.

What's new in 0.5.0-beta.1

Features - #30: Optionally automatically submit the USB security key PIN dialog after a customizable number of characters have been typed, which is more convenient than having to press Enter at the end. - Enable with the argument --autosubmit-pin-length=5, where 5 is the length of your PIN. - Thanks @felipecrs for suggesting this. Fixes - #36: Change the detection algorithm for the style of FIDO dialog box (23H2 or 25H2) to avoid comparing UI label strings which can collide across multiple dialog boxes in some languages, causing incorrect behavior. Instead, use an automation IDs that happens to have unique values per OS version. - Thanks @AlanIWBFT for reporting this.

Read release notes

Version history

Version Updated Notes
0.5.0-beta.1 Unknown Features - #30: Optionally automatically submit the USB security key PIN dialog after a customizable number of characters have been typed, which is more convenient than having to press Enter at the end. - Enable with the...