From 173bfbf7886608a4a7abbfac6a42ac4bf4a3432d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 20 Sep 2020 16:14:20 +0100 Subject: New upstream version 1.5.0 --- examples/README.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'examples/README.adoc') 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: - retries Get the number of PIN attempts left on before lockout. +- select + + Enumerates available FIDO devices and, if more than one is present, + simultaneously requests touch on all of them, printing information + about the device touched. + Debugging is possible through the use of the FIDO_DEBUG environment variable. If set, libfido2 will produce a log of its transactions with the authenticator. + +Additionally, an example of a WebAuthn client using libfido2 is available at +https://github.com/martelletto/fido2-webauthn-client. -- cgit v1.2.3