4 releases (breaking)
0.3.0 | Sep 13, 2024 |
---|---|
0.2.0 | Dec 14, 2023 |
0.1.0 | Jul 28, 2023 |
0.0.1 | Feb 8, 2023 |
#580 in Authentication
34,196 downloads per month
Used in passkey
1MB
30K
SLoC
Passkey Client
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.
lib.rs
:
Passkey Client
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.
Dependencies
~9–17MB
~259K SLoC