Question: What protection does a JSON Web Token (JWT) offer to mitigate tampering with its contents?

  1. `transport over SSL`
  2. `encrypted payload`
  3. `a signature`
  4. `encoded payload`

Answer: The correct answer of the above question is Option C:`a signature`