Chris de la Iglesia
Chris de la Iglesia
I wouldn't completely rule it out, as I haven't investigated it too thoroughly, but it would most likely be somewhat hard to support on mobile devices in its current form....
This is definitely a potential feature down the line, though right now I am prioritizing getting basic Mac support up and running. I do see the value in hardened credential...
Hmm, is this for Windows Subsystem for Linux? I haven't tried that system yet; right now I've only tested on Windows and Pop!_OS. I can take a look at supporting...
Ah, gotcha. Yeah, I do agree that the installation instructions are a bit lacking on the Linux side, let me take a look at improving them.
This is a fair complaint. The binaries come from https://github.com/cezanne/usbip-win, and I will change it to make it obvious and provide (deserved) attribution. I just included those binaries for the...
From the screenshots, it looks like maybe it's not finding the device? You can enable verbose logging in the code by going to the `newLogger(prefix, enabled)` lines in the code...
Right now I am working on a frontend GUI to this system to make it more user friendly, but I am open to others also building potential frontends as well....
The goal for this package is for that interface between FIDO and the frontend to be clearly defined with the `FIDOClient` interface, where this package handles all of the FIDO/USB...
Right now I am working on a better frontend for this where the vaults are backed up and synced to a remote service and a full GUI for interacting with...
Right now in the demo, it's just an arg passed in on startup, and in the GUI that I'm working on, it's just asked once and then as long as...