Crates.io | passkey-client |
lib.rs | passkey-client |
version | 0.3.0 |
source | src |
created_at | 2023-02-08 17:49:29.23363 |
updated_at | 2024-09-13 20:07:39.406563 |
description | Webauthn client in Rust. |
homepage | |
repository | https://github.com/1Password/passkey-rs |
max_upload_size | |
id | 780028 |
size | 107,248 |
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.