From e5497fcd5aee72fae2138e020f1c261adfbba3a1 Mon Sep 17 00:00:00 2001 From: Michael Rowley Date: Thu, 30 Dec 2021 21:04:02 +0000 Subject: [PATCH] Argument naming consistency 'JWT Sign' uses 'Signing algorithm' as oppose to 'Algorithm' --- src/core/operations/JWTVerify.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/JWTVerify.mjs b/src/core/operations/JWTVerify.mjs index 90563776..6b06d914 100644 --- a/src/core/operations/JWTVerify.mjs +++ b/src/core/operations/JWTVerify.mjs @@ -35,7 +35,7 @@ class JWTVerify extends Operation { value: "secret" }, { - name: "Algorithm", + name: "Signing algorithm", type: "option", value: algOptions }