What is the primary risk of storing sensitive data in JWT (JSON Web Token) payloads?
-
A
JWTs cannot be transmitted over HTTPS
-
B
JWT payloads are base64-encoded but not encrypted by default, making the data readable if intercepted
-
C
JWTs expire too quickly for production use
-
D
JWTs are limited to 256 bytes