-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add PIN and fingerprint #40
Comments
Adding UserVerification needs to be part of a bigger effort of supporting ctap 2.0. |
Oh, so it cannot be a classic challenge response handled by the tpm-fido in memory? EDIT: that would not be secure... |
@psanford Do you plan to update this project? Otherwise, I will put in no more effort. I like this tool a lot, and it would be a shame. |
Like I said, the next thing that needs to be done is adding support for ctap 2.0. I am not actively working on that at the moment. If someone wants to implement that (probably as a separate library) I would be open to integrating it into tpm-fido |
@psanford can this project be considered as a virtual fido2 implementation or no? |
if #39 gets merged.
It will be easy to extend the client with a PIN.
Fingerprint will require more handling but still easier than previous implementation.
However, a good approach is for the user to supply flags about which version he would like.
But I am open to discussion.
Connected to #25
The text was updated successfully, but these errors were encountered: