Replies: 1 comment 2 replies
-
I'm not aware of any Node libraries that would help you communicate with security keys over USB. One way that comes to mind is to use Node's |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a FIDO U2F USB key (Feitian ePass FIDO, USB 096e:085a) and I would like to pursue the following stack:
I already have a tiny proof of concept for step 1 and 2 running, but I'm a bit stumped as to step 3. I know it's possible to use my FIDO key with pam_u2f - I have it configured for sudo on my local machine, requiring me to go through an attestation flow to store a public key somewhere in /etc. I also know it's possible to use my FIDO key in the browser, as my tiny proof of concept demonstrates.
Does there already exist some kind of node-ts client library for interfacing with FIDO U2F USB keys and servers running @simplewebauthn/server?
Beta Was this translation helpful? Give feedback.
All reactions