From 0acc6e0c13b848c449ec54d57cdb4a54f86b04a8 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Fri, 16 Dec 2011 18:38:16 -0700 Subject: [PATCH] update to jwcrypto 0.1.1 - now the verifier supports 'new style' assertions which are JWS structures separated by tildes and don't double base64 encode. assertion size down 33%. we still generate only old style assertions. issue #507 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 901b8acc0..ef87aafb0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ , "connect-logger-statsd": "0.0.1" , "ejs": "0.4.3" , "express": "2.5.0" - , "jwcrypto": "0.1.0" + , "jwcrypto": "0.1.1" , "mustache": "0.3.1-dev" , "mysql" : "0.9.5" , "node-statsd": "https://github.com/downloads/lloyd/node-statsd/3a73de.tgz" -- GitLab