Skip to content

feat: Add Windows biometric authentication support using Windows Hello#5

Open
fafnirZ wants to merge 4 commits into
azu:mainfrom
fafnirZ:main
Open

feat: Add Windows biometric authentication support using Windows Hello#5
fafnirZ wants to merge 4 commits into
azu:mainfrom
fafnirZ:main

Conversation

@fafnirZ

@fafnirZ fafnirZ commented Dec 24, 2025

Copy link
Copy Markdown

Considerations

Acceptance Criteria

  • Detect if Windows Hello is available and configured on the system
  • Support multiple biometric authentication methods (fingerprint, face recognition)
  • Display custom authentication message to user
  • Return appropriate exit codes (0=success, 1=failure, 2=error)
  • Handle cases where Windows Hello is disabled or not configured
  • Graceful fallback when biometric hardware is not available
  • Test on Windows 10 (version 1903+) and Windows 11
  • Support both traditional Windows login and Microsoft account scenarios
  • works with wsl2

Screenshots

command:
image

windows security (no biometrics, pin fallback) (win 24H2 Home)
image

command:
image

windows security (with fingerprint and multiple options)
image
image
image

Execution in wsl using windows .exe file
image
image

@fafnirZ
fafnirZ marked this pull request as ready for review December 24, 2025 07:04
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