summaryrefslogtreecommitdiff
path: root/examples/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.adoc')
-rw-r--r--examples/README.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/README.adoc b/examples/README.adoc
index 091c6bc..b7b73d8 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -77,5 +77,14 @@ The following examples are provided:
77- retries <device> 77- retries <device>
78 Get the number of PIN attempts left on <device> before lockout. 78 Get the number of PIN attempts left on <device> before lockout.
79 79
80- select
81
82 Enumerates available FIDO devices and, if more than one is present,
83 simultaneously requests touch on all of them, printing information
84 about the device touched.
85
80Debugging is possible through the use of the FIDO_DEBUG environment variable. 86Debugging is possible through the use of the FIDO_DEBUG environment variable.
81If set, libfido2 will produce a log of its transactions with the authenticator. 87If set, libfido2 will produce a log of its transactions with the authenticator.
88
89Additionally, an example of a WebAuthn client using libfido2 is available at
90https://github.com/martelletto/fido2-webauthn-client.