Registry / auth / webauthn-rs

webauthn-rs

JSON →
library0.5.5rscratesunverified

Webauthn Framework for Rust Web Servers.

# Cargo.toml [dependencies] webauthn-rs = "0.5.5"
INSTALL
IMPORT
SIG · WEBAUTHN-RS
W
webauthn-rs
authrustv0.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Webauthn
use webauthn_rs::prelude::*;

Creates a Webauthn instance with default configuration.

use webauthn_rs::prelude::*; fn main() { let webauthn = Webauthn::new(WebauthnConfig::default()); println!("Webauthn instance created"); }
Debug
Known issues
gotchaRequires a web framework (e.g., actix-web, rocket) for full functionality.
fix
Integrate with a web server; see examples in the repository.
affects: >=0.5.0
Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
webauthn-rs — cargo add webauthn-rs · libregistry