Dain Nilsson
Dain Nilsson
This PR aims to add OpenPGP PIN management functionality to ykman. Tasks: - [x] - Add command to change PIN (#473). - [x] - Add command to change Admin PIN...
This PR adds better support for JSON serialization for the WebAuthn data classes, and for using them with the Fido2Server. See #146 for details.
Instead of using an ubuntu base image, use one from Python with the correct version of Python already installed. EDIT: Decided to hold off on this for now. Converted back...
I wanted to test out the new desktop support (#36), but as soon as I added the dependency I ran into build errors on both Windows and Linux (I haven't...
Hello! Thanks for the work on this project! I'd like to request desktop support (windows, MacOS and Linux) in this project. I'm not sure if it's in the scope of...
When running an app with this plugin on Linux without `libayatana-appindicator3-1` the app immediately crashes with: `error while loading shared libraries: libayatana-appindicator3.so.1: cannot open shared object file: No such file...
Add information about importing the public keys for Yubico programming stations when importing Yubico provided YubiKey secrets.
It should be possible to get debug information (like the response from the OTP validation) when validating user credentials using the core API. For example, calling /core/users/validate?debug could return more...