solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
182 stars 69 forks source link

restore compatibility to fido2-1.0.0 #158

Closed AlexNigl closed 1 year ago

AlexNigl commented 1 year ago

python-fido2 >= 0.9.0 introduced a backwards incompatible change, it renames:

With fido2 1.0.0 CTAP1 and CTAP2 are no longer available.

pip install solo1 currently installs fido2 1.0.0

AlexNigl commented 1 year ago

Just saw this is a duplicate of https://github.com/solokeys/solo1-cli/pull/152