Update JWTVerify.mjs
This commit is contained in:
parent
6456e5860f
commit
53a7debf9a
@ -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…
x
Reference in New Issue
Block a user