Skip to content

Commit

Permalink
update jws.ALGORITHMS
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Jan 27, 2019
1 parent 5cdc5ce commit fc398d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var VerifyStream = require('./lib/verify-stream');
var ALGORITHMS = [
'HS256', 'HS384', 'HS512',
'RS256', 'RS384', 'RS512',
'PS256', 'PS384', 'PS512',
'ES256', 'ES384', 'ES512'
];

Expand Down

0 comments on commit fc398d8

Please sign in to comment.