diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-10-07 22:53:56 +0100 |
|---|---|---|
| committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-10-07 22:53:56 +0100 |
| commit | 84ad2296305715be97818190a2070c33a254718e (patch) | |
| tree | a169ed909e220dd924cd67779acb47e22dda8a67 | |
| parent | 5ea9dfa9e78ae817e1d9b3a581c9a6c19e66d2e2 (diff) | |
| download | packages-84ad2296305715be97818190a2070c33a254718e.tar.gz packages-84ad2296305715be97818190a2070c33a254718e.zip | |
Added package httpauth
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
