mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Update JWTVerify.mjs
This commit is contained in:
parent
fa05cf1d78
commit
1bcb8e433d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const outputObject = JSON.stringify({
|
|||
iat: 1
|
||||
}, null, 4);
|
||||
|
||||
const invalidAlgorithm = "JsonWebTokenError: invalid algorithm";
|
||||
// const invalidAlgorithm = "JsonWebTokenError: invalid algorithm";
|
||||
|
||||
const hsKey = "secret_cat";
|
||||
/* Retaining private key as a comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue