passkey-client

Crates.iopasskey-client
lib.rspasskey-client
version0.2.0
sourcesrc
created_at2023-02-08 17:49:29.23363
updated_at2023-12-14 15:32:34.671409
descriptionWebauthn client in Rust.
homepage
repositoryhttps://github.com/1Password/passkey-rs
max_upload_size
id780028
size31,663
(1PasswordCratePublisher)

documentation

README

Passkey Client

github version documentation

This crate defines a Client type along with a basic implementation of the Webauthn specification. The Client uses an Authenticator to perform the actual cryptographic operations, while the Client itself marshals data to and from the structs received from the Relying Party.

This crate does not provide any code to perform networking requests to and from Relying Parties.

Commit count: 46

cargo fmt