2020-04-17 18:10:47 -04:00
2019-10-29 11:45:28 -04:00
2020-01-03 12:07:38 -05:00
2019-10-30 17:44:16 -04:00
2019-10-22 14:31:33 -04:00
2019-10-23 08:09:09 -04:00
2019-10-24 14:41:18 -04:00
2019-10-29 12:53:49 -04:00
2019-12-17 10:18:58 -05:00
2019-10-29 11:29:47 -04:00

Solo Desktop

This graphic tool allows easy customization and testing of SoloKeys products and any 3rd party FIDO authenticators.

  • MakeCredential and GetAssertion
  • Reset
  • PIN management
  • Firmware update

WIP

Not yet ready!

Running

cd solo-desktop
npm i
npx electron-rebuild
npm start

Building a release

Normal users should have an easy to use binary or installer. To create one, run:

npm run release

And check the dist/ folder. It takes a minute.

Testing

Tests run in node so you need to rebuild since you're not using electron.

npm rebuild

Run FIDO client tests.

node main/ctap.js

Run FIDO HID tests.

node main/hid.js

License

Distributed under MIT license.

Description
No description provided
Readme MIT 974 KiB
Languages
JavaScript 98.7%
HTML 1.2%