From cdefdd21f83ae4513e9ab72083a5e4d4e1af2de1 Mon Sep 17 00:00:00 2001 From: CORDEA Date: Sun, 4 Sep 2016 09:38:38 +0900 Subject: [PATCH] Add oauth package --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]