This commit is contained in:
n1474335 2022-10-14 16:24:19 +01:00
commit 937791d33d

View file

@ -26,6 +26,13 @@ class JWTDecode extends Operation {
this.inputType = "string"; this.inputType = "string";
this.outputType = "JSON"; this.outputType = "JSON";
this.args = []; this.args = [];
this.checks = [
{
pattern: "^ey([A-Za-z0-9_-]+)\\.ey([A-Za-z0-9_-]+)\\.([A-Za-z0-9_-]+)$",
flags: "",
args: []
},
];
} }
/** /**