Skip to content

Commit 66fefe5

Browse files
committed
Merge main into json
2 parents 9c51e1a + 80545bf commit 66fefe5

File tree

4 files changed

+169
-263
lines changed

4 files changed

+169
-263
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ _Looking for the D-Bus API proposal?_ Check out [credentialsd][credentialsd].
4040

4141
## Transports
4242

43-
| | USB (HID) | Bluetooth Low Energy (BLE) | NFC | TPM 2.0 (Platform) | Hybrid (caBLEv2) |
44-
| -------------------- | ------------------------- | -------------------------- | --------------------- | --------------------- | ---------------------------------- |
45-
| **FIDO U2F** | 🟢 Supported (via hidapi) | 🟢 Supported (via bluez) | 🟠 Planned ([#5][#5]) | 🟠 Planned ([#4][#4]) | N/A |
46-
| **WebAuthn (FIDO2)** | 🟢 Supported (via hidapi) | 🟢 Supported (via bluez) | 🟠 Planned ([#5][#5]) | 🟠 Planned ([#4][#4]) | 🟢 Supported |
43+
| | FIDO U2F | WebAuthn (FIDO2) |
44+
| ---------------------------- | --------------------- | --------------------- |
45+
| **USB (HID)** | 🟢 Supported (hidapi) | 🟢 Supported (hidapi) |
46+
| **Bluetooth Low Energy** | 🟢 Supported (bluez) | 🟢 Supported (bluez) |
47+
| **NFC** | 🟢 Supported (pcsc or libnfc) | 🟢 Supported (pcsc or libnfc) |
48+
| **TPM 2.0 (Platform)** | 🟠 Planned ([#4][#4]) | 🟠 Planned ([#4][#4]) |
49+
| **Hybrid (QR code scan, aka caBLE v2)** | N/A | 🟢 Supported |
4750

4851
## Example programs
4952

@@ -52,6 +55,7 @@ After cloning, you can try out [one of the libwebauthn examples](libwebauthn/exa
5255
$ cd libwebauthn
5356
$ git submodule update --init
5457
$ cargo run --example webauthn_hid
58+
$ cargo run --example webauthn_nfc
5559
$ cargo run --example webauthn_cable
5660
$ cargo run --example u2f_hid
5761
```
@@ -72,7 +76,6 @@ If you don't know where to start, check out the _Issues_ tab.
7276
[#10]: https://github.com/linux-credentials/libwebauthn/issues/10
7377
[#3]: https://github.com/linux-credentials/libwebauthn/issues/3
7478
[#4]: https://github.com/linux-credentials/libwebauthn/issues/4
75-
[#5]: https://github.com/linux-credentials/libwebauthn/issues/5
7679
[#17]: https://github.com/linux-credentials/libwebauthn/issues/17
7780
[#18]: https://github.com/linux-credentials/libwebauthn/issues/18
7881
[#31]: https://github.com/linux-credentials/libwebauthn/issues/31

0 commit comments

Comments
 (0)