Open Nivador opened 4 years ago
As the FIDO2 authenticator is a smartphone and thus does not have resources as limited as on other hardware, we don't need to power down after successfully processing a command from the client.
Therefore, we don't implement the kMaxCommandTransmitDelayMillis
and kErrorWaitMillis
timeouts, as their purpose is to reduce the authenticators energy usage
Currently not supported Authenticator API methods are:
CTAP1/U2F support is also not implemented at the moment https://fidoalliance.org/specs/fido2/fido-client-to-authenticator-protocol-v2.1-rd-20191217.html#u2f-interoperability
The USB and NFC transports are currently not implemented
The purpose of this issue is to collect points where our implementation differs from the CTAP2 specs for documentation.