We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e38b8 commit 9fb90caCopy full SHA for 9fb90ca
sign.js
@@ -9,7 +9,7 @@ var isPlainObject = require('lodash.isplainobject');
9
var isString = require('lodash.isstring');
10
var once = require('lodash.once');
11
12
-var SUPPORTED_ALGS = ['RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512', 'HS256', 'HS384', 'HS512', 'none']
+var SUPPORTED_ALGS = ['RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512', 'HS256', 'HS384', 'HS512', 'none'];
13
if (PS_SUPPORTED) {
14
SUPPORTED_ALGS.splice(3, 0, 'PS256', 'PS384', 'PS512');
15
}
0 commit comments