1 unstable release

Uses old Rust 2015

0.2.0 Mar 23, 2025

#1037 in Authentication

Download history 97/week @ 2025-03-19 23/week @ 2025-03-26

120 downloads per month
Used in card-cli

MIT/Apache

26KB
503 lines

Rust FIDO U2F Library   Build Status Latest Version MIT licensed Apache-2.0 licensed

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

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

Dependencies

~4.5–6.5MB
~121K SLoC