From cbdae7c8e20f76cde23cd1c14144a10b2a0b9ffd Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Thu, 7 Nov 2019 07:02:09 +0000 Subject: [PATCH] Add libu2f (#1240) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 6bd971f..aa4bf14 100644 --- a/packages.json +++ b/packages.json @@ -15138,6 +15138,21 @@ "license": "MIT", "web": "https://github.com/MnlPhlp/cli_menu" }, + { + "name": "libu2f", + "url": "", + "method": "git", + "tags": [ + "u2f", + "library", + "security", + "authentication", + "fido" + ], + "description": "A wrapper for libu2f, a library for FIDO/U2F", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-libu2f" + }, { "name": "sim", "url": "https://github.com/ba0f3/sim.nim", @@ -15163,4 +15178,5 @@ "license": "MIT", "web": "https://github.com/zedeus/redpool" } + ]