trussed-dev / fido-authenticator

FIDO authenticator Trussed app
Apache License 2.0
36 stars 10 forks source link

Add log messages for requests, responses and errors #39

Closed robin-nitrokey closed 1 year ago

robin-nitrokey commented 1 year ago

This patch adds log messages for each request and response (and deserialization or protocol errors) in the dispatch module. This makes it easier to keep track of the executed commands by just looking at the log output from fido_authenticator::dispatch.

robin-nitrokey commented 1 year ago

Already reviewed as https://github.com/Nitrokey/fido-authenticator/pull/35.