From 39191a3d9a1314b6efaad4315a8591f691dbb053 Mon Sep 17 00:00:00 2001 From: lzoz Date: Fri, 5 Feb 2021 08:17:50 +1100 Subject: [PATCH] Added package nauthy (#1800) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3a0223c..afa706d 100644 --- a/packages.json +++ b/packages.json @@ -21384,6 +21384,20 @@ "web": "https://github.com/jan0sc/antlr4nim", "doc": "https://jan0sc.github.io/antlr4nim.html" }, + { + "name": "nauthy", + "url": "https://github.com/lzoz/nauthy", + "method": "git", + "tags": [ + "otp", + "totp", + "hotp", + "2factor" + ], + "description": "Nim library for One Time Password verification and generation.", + "license": "MIT", + "web": "https://github.com/lzoz/nauthy" + }, { "name": "host", "url": "https://github.com/RainbowAsteroids/host",