21 releases

0.5.4 Dec 10, 2025
0.5.3 Oct 23, 2025
0.5.2 Jul 4, 2025
0.5.1 Dec 20, 2024
0.4.2-beta.4 Jul 29, 2022

#1759 in Authentication

Download history 39554/week @ 2025-10-21 37166/week @ 2025-10-28 38634/week @ 2025-11-04 31903/week @ 2025-11-11 35344/week @ 2025-11-18 24521/week @ 2025-11-25 36387/week @ 2025-12-02 26823/week @ 2025-12-09 21843/week @ 2025-12-16 12749/week @ 2025-12-23 17974/week @ 2025-12-30 39159/week @ 2026-01-06 39680/week @ 2026-01-13 42644/week @ 2026-01-20 40119/week @ 2026-01-27 74153/week @ 2026-02-03

203,853 downloads per month
Used in 56 crates (13 directly)

MPL-2.0 license

83KB
1.5K SLoC

JSON Protocol Structs and representations for communication with authenticators and clients.


Webauthn Rust Proto Bindings

Webauthn is a modern approach to hardware based authentication, consisting of a user with an authenticator device, a browser or client that interacts with the device, and a server that is able to generate challenges and verify the authenticator's validity.

This crate contains the definitions used by Webauthn's server (Relying party, RP) and the browser javascript (wasm) client components. In most cases you should not need to interact with this library directly, opting instead to use the implementations from Webauthn-RS directly.

Dependencies

~3–6.5MB
~116K SLoC