passkey-transports 0.1.0

A crate managing CTAP2 transport-specific bindings.
Documentation
  • Coverage
  • 100%
    35 out of 35 items documented0 out of 9 items with examples
  • Size
  • Source code size: 23.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • 1Password/passkey-rs
    192 25 7
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 1PasswordCratePublisher

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.