17 releases

new 0.5.0 Apr 28, 2024
0.5.0-dev Oct 31, 2023
0.4.9 Nov 16, 2022
0.4.7 Sep 25, 2022
0.4.2-beta.4 Jul 29, 2022

#515 in Authentication

Download history 5724/week @ 2024-01-06 4958/week @ 2024-01-13 9317/week @ 2024-01-20 6371/week @ 2024-01-27 7706/week @ 2024-02-03 9114/week @ 2024-02-10 2787/week @ 2024-02-17 10338/week @ 2024-02-24 4126/week @ 2024-03-02 8185/week @ 2024-03-09 7595/week @ 2024-03-16 10984/week @ 2024-03-23 15163/week @ 2024-03-30 4518/week @ 2024-04-06 3392/week @ 2024-04-13 1774/week @ 2024-04-20

29,892 downloads per month
Used in 6 crates (2 directly)

MPL-2.0 license

79KB
1.5K SLoC

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