Closed daringer closed 4 years ago
Hi!
Sorry, the documentation for the changes is in progress, but you have found the biggest differences already I believe.
INVALID_COMMAND
.Why was the reboot command removed?
Why was the reboot command removed?
I have just checked, and the reboot command works after user confirmation by a touch button. Sorry for confusion.
Good outcome I would say:
fido2 reboot
needs a confirmation by the touch button, will add this as a hint to the user on command executionfido2 reset
also works fine the first 10secs after plugging the key in, will guide the user here, toowill be part of the upcoming 0.4.1 release
release done, issue(s) fixed, closing...
The 2.1. firmware version leads to some changes:
fido2 challenge-response
&fido2 make-credential
require the pin to be provided, so added them as options or asking the user to provide it during execution.fido2 reboot
fails with:fido2.ctap.CtapError: CTAP error: 0x01 - INVALID_COMMAND
fido2 reset
fails with:fido2.ctap.CtapError: CTAP error: 0x30 - NOT_ALLOWED
but apart from this, don't see other problems