--- name: Bug report labels: 'bug report' about: Report a bug in libfido2 --- **What version of libfido2 are you using?** **What operating system are you running?** **What application are you using in conjunction with libfido2?** **How does the problem manifest itself?** **Is the problem reproducible?** **What are the steps that lead to the problem?** **Does the problem happen with different authenticators?** **Please include the output of `fido2-token -L`.**
fido2-token -L
$ fido2-token -L

**Please include the output of `fido2-token -I`.**
fido2-token -I
$ fido2-token -I <device>

**Please include the output of `FIDO_DEBUG=1`.**
FIDO_DEBUG=1
$ export FIDO_DEBUG=1
$ <command1>
$ <command2>
(...)
$ <commandn>