rspec/rules/S5659/description.adoc

5 lines
291 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.
2021-01-27 13:42:22 +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.