aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorCORDEA <contact@cordea.jp>2016-09-04 09:38:38 +0900
committerCORDEA <contact@cordea.jp>2016-09-04 09:38:38 +0900
commitcdefdd21f83ae4513e9ab72083a5e4d4e1af2de1 (patch)
treebcf9f86095ac466bc3667dd6a3407f4c224ffe54 /packages.json
parent2c9148b892ae4eca0d9acf85109a92da7f377a62 (diff)
downloadpackages-cdefdd21f83ae4513e9ab72083a5e4d4e1af2de1.tar.gz
packages-cdefdd21f83ae4513e9ab72083a5e4d4e1af2de1.zip
Add oauth package
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json14
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"
}
]