| Crates.io | passkey-client |
| lib.rs | passkey-client |
| version | 0.4.0 |
| created_at | 2023-02-08 17:49:29.23363+00 |
| updated_at | 2024-12-17 15:30:34.946338+00 |
| description | Webauthn client in Rust. |
| homepage | |
| repository | https://github.com/1Password/passkey-rs |
| max_upload_size | |
| id | 780028 |
| size | 108,959 |
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.