8 releases

Uses old Rust 2015

0.2.0 Jan 15, 2020
0.1.6 May 17, 2019
0.1.5 Feb 13, 2019
0.1.4 Jan 3, 2019
0.1.0 Aug 25, 2017

#890 in Authentication

Download history 498/week @ 2023-12-08 790/week @ 2023-12-15 214/week @ 2023-12-22 137/week @ 2023-12-29 54/week @ 2024-01-05 465/week @ 2024-01-12 167/week @ 2024-01-19 174/week @ 2024-01-26 204/week @ 2024-02-02 4/week @ 2024-02-09 21/week @ 2024-02-16 19/week @ 2024-02-23 24/week @ 2024-03-01 29/week @ 2024-03-08 21/week @ 2024-03-15 14/week @ 2024-03-22

91 downloads per month

MIT/Apache

26KB
502 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–6MB
~116K SLoC