webauthn-rs-proto

Crates.iowebauthn-rs-proto
lib.rswebauthn-rs-proto
version0.5.0
sourcesrc
created_at2022-07-08 00:22:30.240787
updated_at2024-04-28 04:02:00.175861
descriptionWebauthn Specification Bindings
homepage
repositoryhttps://github.com/kanidm/webauthn-rs
max_upload_size
id621544
size57,976
micolous (micolous)

documentation

README

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.

Commit count: 364

cargo fmt