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: RuriLib/Blocks/Functions/Crypto/Methods.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ public static string AESDecryptString(BotData data, byte[] cipherText, byte[] ke
217
217
}
218
218
219
219
[Block("Generates a JSON Web Token using a secret key, payload, optional extra headers and specified algorithm type",
220
-
name="JWT Encode",extraInfo="The header already contains the selected algorithm and token type (JWT) by default")]
220
+
name="JWT Encode",extraInfo="The header already contains the selected algorithm and token type (JWT) by default. For JWTs using asymmetric key signatures, the secret must be provided in PEM format.")]
0 commit comments