From 41933592d589f51eb5c30d5d59946db9981fd9a7 Mon Sep 17 00:00:00 2001 From: Bruce Doan Date: Sat, 1 Jul 2017 11:18:16 +0700 Subject: [PATCH] Added package scram --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index a3dba0e..5f744c5 100644 --- a/packages.json +++ b/packages.json @@ -6609,5 +6609,21 @@ "description": "Chebyshev approximation.", "license": "MIT", "web": "https://github.com/jxy/chebyshev" + }, + { + "name": "scram", + "url": "https://github.com/rgv151/scram", + "method": "git", + "tags": [ + "scram", + "sasl", + "authentication", + "salted", + "challenge", + "response" + ], + "description": "Salted Challenge Response Authentication Mechanism (SCRAM) ", + "license": "MIT", + "web": "https://github.com/rgv151/scram" } ]