rspec/rules/S5659/description.adoc

5 lines
287 B
Plaintext
Raw Normal View History

2020-06-30 12:50:28 +02:00
If a JSON Web Token (JWT) is not signed with a strong cipher algorithm (or not signed at all) an attacker can forge it and impersonate user identities.
2020-12-23 14:59:06 +01:00
* Don't use ``none`` algorithm to sign or verify the validity of a token.
2020-06-30 12:50:28 +02:00
* Don't use a token without verifying its signature before.