From 84ad2296305715be97818190a2070c33a254718e Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 7 Oct 2017 22:53:56 +0100 Subject: [PATCH] Added package httpauth --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 2e860e2..39b6ccb 100644 --- a/packages.json +++ b/packages.json @@ -7381,5 +7381,20 @@ "description": "The SHIORI DLL interface", "license": "MIT", "web": "https://github.com/Narazaka/shioridll-nim" + }, + { + "name": "httpauth", + "url": "https://github.com/FedericoCeratto/nim-httpauth", + "method": "git", + "tags": [ + "http", + "authentication", + "authorization", + "library", + "security" + ], + "description": "HTTP Authentication and Authorization", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-httpauth" } ]