mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
Update JWTVerify.mjs
This commit is contained in:
parent
6456e5860f
commit
53a7debf9a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class JWTVerify extends Operation {
|
||||||
this.infoURL = "https://wikipedia.org/wiki/JSON_Web_Token";
|
this.infoURL = "https://wikipedia.org/wiki/JSON_Web_Token";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "JSON";
|
this.outputType = "JSON";
|
||||||
let algOptions = JWT_ALGORITHMS;
|
const algOptions = JWT_ALGORITHMS;
|
||||||
algOptions.push("Any");
|
algOptions.push("Any");
|
||||||
this.args = [
|
this.args = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue