aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
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"
}
]