authnz-u2f

Crates.ioauthnz-u2f
lib.rsauthnz-u2f
version0.2.7
created_at2025-07-21 22:04:31.73134+00
updated_at2025-07-21 22:04:31.73134+00
descriptionRust FIDO U2F Library. Edited for Authnz
homepage
repositoryhttps://github.com/markcda/u2f-rs
max_upload_size
id1762728
size155,549
Klimenty Titov (markcda)

documentation

README

Rust FIDO U2F Library

u2f-rs

Rust FIDO U2F library is a simple server side implementation to register and check signatures provided by U2F clients/devices. See U2F Technical Overview

Usage

[!IMPORTANT] DO NOT USE THIS LIBRARY IN PRODUCTION WITHOUT PROPER SECURITY MEASURES IN PLACE.

Add this to your Cargo.toml

[dependencies]
u2f = "0.2"

Make sure that you have read Using a U2F library before continuing.

See provided example

Commit count: 0

cargo fmt