diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-09-04 11:53:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-04 11:53:45 +0200 |
| commit | 2426688dce2b3c52083748731ae2ba9b8abf40bd (patch) | |
| tree | bcf9f86095ac466bc3667dd6a3407f4c224ffe54 | |
| parent | 2c9148b892ae4eca0d9acf85109a92da7f377a62 (diff) | |
| parent | cdefdd21f83ae4513e9ab72083a5e4d4e1af2de1 (diff) | |
| download | packages-2426688dce2b3c52083748731ae2ba9b8abf40bd.tar.gz packages-2426688dce2b3c52083748731ae2ba9b8abf40bd.zip | |
Merge pull request #409 from CORDEA/feature/oauth
Add oauth package
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ece1aa2..fec3cf5 100644 --- a/packages.json +++ b/packages.json @@ -5210,5 +5210,19 @@ "description": "React.js bindings for Nim", "license": "Apache License 2.0", "web": "https://github.com/andreaferretti/react.nim" + }, + { + "name": "oauth", + "url": "https://github.com/CORDEA/oauth", + "method": "git", + "tags": [ + "library", + "oauth", + "oauth2", + "authorization" + ], + "description": "OAuth library for nim", + "license": "Apache License 2.0", + "web": "http://cordea.github.io/oauth" } ] |
