From 14ea150be472ad09dc543731a864aa441a7070fe Mon Sep 17 00:00:00 2001 From: Michael Rowley Date: Thu, 30 Dec 2021 22:52:09 +0000 Subject: [PATCH] Added @author --- src/core/operations/JWTVerify.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/operations/JWTVerify.mjs b/src/core/operations/JWTVerify.mjs index 6b06d914..65daa4b8 100644 --- a/src/core/operations/JWTVerify.mjs +++ b/src/core/operations/JWTVerify.mjs @@ -1,5 +1,6 @@ /** * @author gchq77703 [] + * @author Michael Rowley [michaellrowley@protonmail.com] * @copyright Crown Copyright 2018 * @license Apache-2.0 */