#ctap #fido2 #passkey #webauthn #passwordless

passkey-transports

A crate managing CTAP2 transport-specific bindings

2 unstable releases

0.1.0 Jul 28, 2023
0.0.1 Feb 8, 2023

#6 in #passwordless

Download history 46/week @ 2024-01-27 8/week @ 2024-02-03 24/week @ 2024-02-10 110/week @ 2024-02-17 146/week @ 2024-02-24 88/week @ 2024-03-02 101/week @ 2024-03-09

447 downloads per month
Used in passkey

MIT/Apache

24KB
298 lines

Passkey Transports

github version documentation

This crate implements the CTAP2 transports between the client and the authenticator. The direction is from the perspective of the client. This is used in the case when the authenticator is not internal to the client's program but accessible as another process or device.

Currently only the USB HID transport is implemented with plans to support the other specified transports as well as the different platform authenticators.

No runtime deps