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

#974 in Authentication

Download history 9/week @ 2024-07-22 18/week @ 2024-07-29 9/week @ 2024-08-05 8/week @ 2024-08-12 3/week @ 2024-09-02 3/week @ 2024-09-09 88/week @ 2024-09-16 39/week @ 2024-09-23 6/week @ 2024-09-30 9/week @ 2024-10-14 44/week @ 2024-11-04

53 downloads per month
Used in mindustry-mod-v7

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–6.5MB
~121K SLoC