diff --git a/src/core/operations/JWTVerify.mjs b/src/core/operations/JWTVerify.mjs index 9cc42c30..1b4e92fa 100644 --- a/src/core/operations/JWTVerify.mjs +++ b/src/core/operations/JWTVerify.mjs @@ -48,7 +48,11 @@ class JWTVerify extends Operation { "HS384", "HS512", "RS256", + "RS384", "RS512", + "ES256", + "ES384", + "ES512", "none" ]});