Open 62832 opened 1 year ago
I have been working on packaging onlykey's Python libraries for Arch Linux unaware of @62832 work here. Am I right to assume that you gave up?
@onlykey Would you accept PRs updating the codebase to the new fido2 API?
I did give up initially since I didn't plan at that time on sending any pull requests updating to the new API, and I also wasn't sure if OnlyKey were available to accept such PRs. I'm happy to await a response, however.
Yes we would be happy to accept a PR here. Thanks for the work on this.
@62832 @haplo
I'm currently in the process of putting together a (non-pip) package for the Arch Linux user repository as per the distribution's Python package guidelines. This requires that the program being packaged runs against the latest available versions of other python packages, which in the case of the
python-fido2
module is currently 1.1.1 as opposed to 0.9.3.At present,
onlykey-cli
refuses to start from the package I've built due to the naming changes made in the FIDO2 module such asCTAP1 -> Ctap1
.A fix for this would be greatly appreciated for myself and for anyone else looking to use the CLI utility on Arch-based Linux distributions without the use of
pip
.