Skip to content

Commit fc398d8

Browse files
committed
update jws.ALGORITHMS
1 parent 5cdc5ce commit fc398d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var VerifyStream = require('./lib/verify-stream');
55
var ALGORITHMS = [
66
'HS256', 'HS384', 'HS512',
77
'RS256', 'RS384', 'RS512',
8+
'PS256', 'PS384', 'PS512',
89
'ES256', 'ES384', 'ES512'
910
];
1011

0 commit comments

Comments
 (0)