| Crates.io | u2f |
| lib.rs | u2f |
| version | 0.2.0 |
| created_at | 2017-08-25 19:43:58.971335+00 |
| updated_at | 2020-01-15 17:22:47.96348+00 |
| description | Rust FIDO U2F Library |
| homepage | |
| repository | https://github.com/wisespace-io/u2f-rs |
| max_upload_size | |
| id | 29162 |
| size | 25,762 |
Rust FIDO U2F library is a simple server side implementation to register and check signatures provided by U2F clients/devices. See U2F Technical Overview
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