3 releases (breaking)

0.2.0 Dec 14, 2023
0.1.0 Jul 28, 2023
0.0.1 Feb 8, 2023

#333 in Authentication

Download history 815/week @ 2023-12-23 991/week @ 2023-12-30 1268/week @ 2024-01-06 1266/week @ 2024-01-13 1642/week @ 2024-01-20 1427/week @ 2024-01-27 1168/week @ 2024-02-03 1198/week @ 2024-02-10 1830/week @ 2024-02-17 1544/week @ 2024-02-24 1295/week @ 2024-03-02 1471/week @ 2024-03-09 1542/week @ 2024-03-16 1485/week @ 2024-03-23 1327/week @ 2024-03-30 1086/week @ 2024-04-06

5,598 downloads per month
Used in passkey

MIT/Apache

700KB
25K SLoC

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.


lib.rs:

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.

Dependencies

~7–15MB
~209K SLoC