-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Windows Hello prompt #1865
Conversation
6844c96
to
31ec463
Compare
desktop triggers Windows Hello Fix timeout, small refactor Tidy up names, add documentation Retrieve key credential status Retrieve pubkey Get attestation Proof-of-concept for Windows Hello
31ec463
to
31506a0
Compare
44e4a12
to
9a3b793
Compare
1875a29
to
64b0d22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NICE!
defer ole.DeleteHString(credentialNameHString) | ||
|
||
var requestCreateAsyncOperation *foundation.IAsyncOperation | ||
requestCreateReturn, _, _ := syscall.SyscallN( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the err worth keeping/noting here? or is that just not as informative as ole.NewError(requestCreateReturn)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same q for the other SyscallN
calls but not blocking, looks great!
Closing in favor of #1890 |
Hello steps:
Notes:
UserConsentVerifier
, which will give us functionality closer to what we're looking for -- but this will be a bit more work, so I want to merge this in its current state and rewrite later, to avoid blocking James's overall presence detection work.