16 releases

0.5.0-dev Oct 31, 2023
0.4.9 Nov 16, 2022
0.4.7 Sep 25, 2022
0.4.5 Aug 26, 2022
0.4.2-beta.4 Jul 29, 2022

#368 in Authentication

Download history 17297/week @ 2023-11-27 9692/week @ 2023-12-04 8519/week @ 2023-12-11 14947/week @ 2023-12-18 781/week @ 2023-12-25 4751/week @ 2024-01-01 5570/week @ 2024-01-08 4956/week @ 2024-01-15 9486/week @ 2024-01-22 6195/week @ 2024-01-29 8066/week @ 2024-02-05 8685/week @ 2024-02-12 2917/week @ 2024-02-19 10465/week @ 2024-02-26 3984/week @ 2024-03-04 5389/week @ 2024-03-11

22,809 downloads per month
Used in 6 crates (2 directly)

MPL-2.0 license

62KB
944 lines

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.


lib.rs:

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

Dependencies

~2.2–5.5MB
~134K SLoC