webauthn-rs-proto-icp

Crates.iowebauthn-rs-proto-icp
lib.rswebauthn-rs-proto-icp
version0.4.8
created_at2025-11-21 07:33:13.02438+00
updated_at2025-11-21 07:33:13.02438+00
descriptionWebauthn Specification Bindings
homepage
repositoryhttps://github.com/jonathanxuu/webauthn-rs-proto-icp.git
max_upload_size
id1943214
size74,213
(jonathanxuu)

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: 0

cargo fmt