mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 10:13:42 +00:00
Update JWTVerify.mjs
This commit is contained in:
@@ -27,7 +27,7 @@ class JWTVerify extends Operation {
|
|||||||
this.outputType = "JSON";
|
this.outputType = "JSON";
|
||||||
this.args = [
|
this.args = [
|
||||||
{
|
{
|
||||||
name: "Private/Secret Key",
|
name: "Public/Secret Key",
|
||||||
type: "text",
|
type: "text",
|
||||||
value: "secret"
|
value: "secret"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user