You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The project is composed of multiple crates:
9
9
-**libwebauthn**: Linux native implementation of FIDO2 and FIDO U2F Platform APIs.
10
10
- Fully written in Rust.
11
11
- No longer relies on Mozilla's [authenticator-rs][authenticator-rs].
12
-
- Supporting multiple transports (currently USB HIDand BLE). The library is designed to have pluggable transport implementations, making it easy to add transport backends (planned: NFC, caBLEv2).
12
+
- Supporting multiple transports (currently USB HID, BLE, and Hybrid Transport). The library is designed to have pluggable transport implementations, making it easy to add transport backends (planned: NFC, caBLEv2).
13
13
-**xdg-credentials-portal**: API proposal and reference implementation for a service which will expose FIDO2 and FIDO U2F Platform APIs via a D-Bus interface, for desktop applications to use - including conteinerized apps such as Flatpaks.
14
14
- Similarly to [xdg-desktop-portal][xdg-desktop-portal] and [xdg-documents-portal][xdg-documents-portal], the service is intended to be accessed over a proposed D-Bus _portal_: [org.freedesktop.portal.Credentials][xml-spec].
15
15
@@ -38,16 +38,17 @@ The project is composed of multiple crates:
38
38
- 🟢 GetPinUvAuthTokenUsingUvWithPermissions
39
39
-[Passkey Authentication][passkeys]
40
40
- 🟢 Discoverable credentials (resident keys)
41
-
- 🔴 Cloud-Assisted BLE (caBLE) transport ([#31][#31] blocked: spec not yet published)
0 commit comments