2 unstable releases
0.1.0 | Jul 28, 2023 |
---|---|
0.0.1 | Feb 8, 2023 |
#854 in Authentication
1,129 downloads per month
Used in passkey
24KB
298 lines
Passkey Transports
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.