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

Update documentation for SoloKey v2 #139

Closed ajaust closed 2 years ago

ajaust commented 2 years ago

I was wondering whether the solo-python package should work for the SoloKey v2. I just got some of my keys and was immediately playing around with them. However, to me it is not clear whether solo-python is supposed to be used with the SoloKey v2. A quick check at least showed that it seems to be compatible. I was not able to test the firmware upgrade process though since I was not able to boot my sticks in bootloader mode yet.

I would suggest to add a statement in the documentation/README whether solo-python supports or aims to support the SoloKey v2 in the near future.

nickray commented 2 years ago

This Solo 1 CLI does not aim to support Solo 2.

The only reason you'd use it is for the FIDO functionality (which is independent of the authenticator model), e.g. solo key make-credential, as we have no FIDO support in the Solo 2 CLI yet.

nickray commented 2 years ago

I've changed the repo name and added a comment.

ajaust commented 2 years ago

Great, thanks!