u2 0.1.1

Rust Universal 2nd Factor (U2F) Library. A fork of the `u2f` crate.
Documentation

Rust U2F Library   MIT licensed Apache-2.0 licensed

CODE BARELY COMPILES

CODE IS NOT TESTED

DO NOT USE (YET)

Forked from the u2f crate, which (as of this writing) has not been updated in years.

This is still a work in progress as I journey through the existing code and adapt it to use up-to-date dependencies and hopefully compile. I also will need to add unit tests, which are currently lacking.

u2

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 [ADD STUFF HERE]

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

See provided example