mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Update JWTVerify.mjs
This commit is contained in:
parent
1bcb8e433d
commit
d5a0adea0c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class JWTVerify extends Operation {
|
|||
this.outputType = "JSON";
|
||||
this.args = [
|
||||
{
|
||||
name: "Private/Secret Key",
|
||||
name: "Public/Secret Key",
|
||||
type: "text",
|
||||
value: "secret"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue