You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/core/operations/JWTVerify.mjs
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ class JWTVerify extends Operation {
22
22
23
23
this.name="JWT Verify";
24
24
this.module="Crypto";
25
-
this.description="Verifies that a JSON Web Token is valid and has been signed with the provided secret / private key.<br><br>The key should be either the secret for HMAC algorithms or the PEM-encoded private key for RSA and ECDSA.";
25
+
this.description="Verifies that a JSON Web Token is valid and has been signed with the provided secret / private key.<br><br>The key should be either the secret for HMAC algorithms or the PEM-encoded public key for RSA and ECDSA.";
0 commit comments