diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-07 23:52:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-07 23:52:21 +0100 |
| commit | 514603a962e678ac0e195b76533fd8729fc0a49e (patch) | |
| tree | a169ed909e220dd924cd67779acb47e22dda8a67 | |
| parent | 5ea9dfa9e78ae817e1d9b3a581c9a6c19e66d2e2 (diff) | |
| parent | 84ad2296305715be97818190a2070c33a254718e (diff) | |
| download | packages-514603a962e678ac0e195b76533fd8729fc0a49e.tar.gz packages-514603a962e678ac0e195b76533fd8729fc0a49e.zip | |
Merge pull request #597 from FedericoCeratto/add-httpauth2153
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" } ] |
