1--- 2name: Bug report 3labels: 'bug report' 4about: Report a bug in libfido2 5 6--- 7 8<!-- 9 10Please use the questions below as a template, and review your answers 11for potentially sensitive information. 12 13Thank you! 14 15--> 16 17**What version of libfido2 are you using?** 18 19**What operating system are you running?** 20 21**What application are you using in conjunction with libfido2?** 22 23**How does the problem manifest itself?** 24 25**Is the problem reproducible?** 26 27**What are the steps that lead to the problem?** 28 29**Does the problem happen with different authenticators?** 30 31<!-- 32 33fido2-token is provided by the fido2-tools package on Debian and Ubuntu, 34and shipped with libfido2 in macOS (Homebrew), Arch Linux, and Windows. 35 36--> 37 38**Please include the output of `fido2-token -L`.** 39 40<details> 41<summary><code>fido2-token -L</code></summary> 42<br> 43<pre> 44$ fido2-token -L 45 46</pre> 47</details> 48 49**Please include the output of `fido2-token -I`.** 50 51<details> 52<summary><code>fido2-token -I</code></summary> 53<br> 54<pre> 55$ fido2-token -I <device> 56 57</pre> 58</details> 59 60<!-- 61 62You are strongly encouraged to only capture debug output using test 63credentials. Failure to do so can disclose sensitive information. 64 65--> 66 67**Please include the output of `FIDO_DEBUG=1`.** 68 69<details> 70<summary><code>FIDO_DEBUG=1</code></summary> 71<br> 72<pre> 73$ export FIDO_DEBUG=1 74$ <command1> 75$ <command2> 76(...) 77$ <commandn> 78 79</pre> 80</details> 81