Doc change

Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Maiky
2023-09-15 11:51:53 +02:00
committed by GitHub
parent 15b965bb3b
commit f08eb3cdf4

View File

@@ -11,7 +11,7 @@ Applications encoding a JSON Web Token (JWT) may be vulnerable when it's not ver
<recommendation>
<p>
Use non-empty nor <code>None</code> values while encoding JWT payloads.
JSON Web Tokens should be signed using a strong cryptographic algorithm and non-empty secret.
</p>
</recommendation>